You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/04/07 03:36:43 UTC

[incubator-doris] branch master updated: [typo](doc)Update upgrade.md (#8866)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new c9cb07a270 [typo](doc)Update upgrade.md (#8866)
c9cb07a270 is described below

commit c9cb07a2704da0cb993fbcc645a90198683318e1
Author: SleepyBear <ka...@live.cn>
AuthorDate: Thu Apr 7 11:36:39 2022 +0800

    [typo](doc)Update upgrade.md (#8866)
---
 docs/en/installing/upgrade.md    | 6 +++---
 docs/zh-CN/installing/upgrade.md | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/installing/upgrade.md b/docs/en/installing/upgrade.md
index 6445b5c2b9..8d1ae14fda 100644
--- a/docs/en/installing/upgrade.md
+++ b/docs/en/installing/upgrade.md
@@ -65,9 +65,9 @@ Doris can upgrade smoothly by rolling upgrades. The following steps are recommen
 2. Modify the FE configuration file fe.conf for testing and set all ports to **different from online**.
 3. Add configuration in fe.conf: cluster_id=123456
 4. Add the configuration in fe.conf: metadatafailure_recovery=true
-5. Copy the metadata directory palo-meta of the online environment Master FE to the test environment
-6. Modify the cluster_id in the palo-meta/image/VERSION file copied into the test environment to 123456 (that is, the same as in Step 3)
-7. "27979;" "35797;" "3681616;" sh bin /start fe.sh "21551;" FE
+5. Copy the metadata directory doris-meta of the online environment Master FE to the test environment
+6. Modify the cluster_id in the doris-meta/image/VERSION file copied into the test environment to 123456 (that is, the same as in Step 3)
+7. run sh bin/start_fe.sh in the test environment.
 8. Observe whether the start-up is successful through FE log fe.log.
 9. If the startup is successful, run sh bin/stop_fe.sh to stop the FE process of the test environment.
 10. **The purpose of the above 2-6 steps is to prevent the FE of the test environment from being misconnected to the online environment after it starts.**
diff --git a/docs/zh-CN/installing/upgrade.md b/docs/zh-CN/installing/upgrade.md
index 550dc84603..2d192ddd66 100644
--- a/docs/zh-CN/installing/upgrade.md
+++ b/docs/zh-CN/installing/upgrade.md
@@ -65,7 +65,7 @@ Doris 可以通过滚动升级的方式,平滑进行升级。建议按照以
 2. 修改测试用的 FE 的配置文件 fe.conf,将所有端口设置为**与线上不同**。
 3. 在 fe.conf 添加配置:cluster_id=123456
 4. 在 fe.conf 添加配置:metadata\_failure_recovery=true
-5. 拷贝线上环境 Master FE 的元数据目录 palo-meta 到测试环境
+5. 拷贝线上环境 Master FE 的元数据目录 doris-meta 到测试环境
 6. 将拷贝到测试环境中的 doris-meta/image/VERSION 文件中的 cluster_id 修改为 123456(即与第3步中相同)
 7. 在测试环境中,运行 sh bin/start_fe.sh 启动 FE
 8. 通过 FE 日志 fe.log 观察是否启动成功。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org