This is an automated email from the ASF dual-hosted git repository.
kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2db718866b8 Add the fdb_ctl.sh clean note (#2280)
2db718866b8 is described below
commit 2db718866b8f41e89dc3c32c17e9ad25379c5843
Author: yuanyuan8983 <[email protected]>
AuthorDate: Wed Apr 23 20:12:38 2025 +0800
Add the fdb_ctl.sh clean note (#2280)
## Versions
- [x] dev
- [x] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../deploy-manually/separating-storage-compute-deploy-manually.md | 4 ++++
.../deploy-manually/separating-storage-compute-deploy-manually.md | 6 ++++++
.../deploy-manually/separating-storage-compute-deploy-manually.md | 6 +++++-
.../deploy-manually/separating-storage-compute-deploy-manually.md | 4 ++++
4 files changed, 19 insertions(+), 1 deletion(-)
diff --git
a/docs/install/deploy-manually/separating-storage-compute-deploy-manually.md
b/docs/install/deploy-manually/separating-storage-compute-deploy-manually.md
index 5e3484dc4cd..bc86c49bf19 100644
--- a/docs/install/deploy-manually/separating-storage-compute-deploy-manually.md
+++ b/docs/install/deploy-manually/separating-storage-compute-deploy-manually.md
@@ -87,6 +87,10 @@ This section provides step-by-step instructions for
configuring, deploying, and
./fdb_ctl.sh start
```
This command starts the FDB service, bringing the cluster online and
obtaining the FDB cluster connection string, which can be used for configuring
MetaService.
+
+ :::caution Note
+ The 'clean' command in the fdb_ctl.sh script will clear all FDB metadata,
which may result in data loss. It is strictly prohibited to use this command in
production environments!
+ :::
## Step 2: Install S3/HDFS Service (Optional)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-manually/separating-storage-compute-deploy-manually.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-manually/separating-storage-compute-deploy-manually.md
index 1e5904bff1c..af409e5486c 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-manually/separating-storage-compute-deploy-manually.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/deploy-manually/separating-storage-compute-deploy-manually.md
@@ -89,6 +89,10 @@ under the License.
以上命令启动 FDB 服务,使集群工作并获取 FDB 集群连接字符串,后续可以用于配置 MetaService。
+ :::caution 注意
+ fdb_ctl.sh 脚本中的 clean 命令会清除所有 fdb 元数据信息,可能导致数据丢失,严禁在生产环境中使用!
+ :::
+
## 第 2 步:安装 S3 或 HDFS 服务(可选)
Doris 的存算分离模式依赖于 S3 或 HDFS 服务来存储数据,如果您已经有相关服务,直接使用即可。
@@ -175,6 +179,8 @@ Doris 的存算分离模式依赖于 S3 或 HDFS 服务来存储数据,如果
生产环境中请确保至少有 3 个 Meta Service 节点。
+
+
## 第 4 步:数据回收功能独立部署(可选)
::info 信息
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
index 1e5904bff1c..aae54d8804d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
@@ -88,7 +88,11 @@ under the License.
```
以上命令启动 FDB 服务,使集群工作并获取 FDB 集群连接字符串,后续可以用于配置 MetaService。
-
+
+ :::caution 注意
+ fdb_ctl.sh 脚本中的 clean 命令会清除所有 fdb 元数据信息,可能导致数据丢失,严禁在生产环境中使用!
+ :::
+
## 第 2 步:安装 S3 或 HDFS 服务(可选)
Doris 的存算分离模式依赖于 S3 或 HDFS 服务来存储数据,如果您已经有相关服务,直接使用即可。
diff --git
a/versioned_docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
b/versioned_docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
index 5e3484dc4cd..58d2e9a5121 100644
---
a/versioned_docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
+++
b/versioned_docs/version-3.0/install/deploy-manually/separating-storage-compute-deploy-manually.md
@@ -88,6 +88,10 @@ This section provides step-by-step instructions for
configuring, deploying, and
```
This command starts the FDB service, bringing the cluster online and
obtaining the FDB cluster connection string, which can be used for configuring
MetaService.
+ :::caution Note
+ The 'clean' command in the fdb_ctl.sh script will clear all FDB metadata,
which may result in data loss. It is strictly prohibited to use this command in
production environments!
+ :::
+
## Step 2: Install S3/HDFS Service (Optional)
Apache Doris in a storage-compute separation mode stores data on S3 or HDFS
services. If you already have these services set up, you can directly use them.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]