Skip to content

Commit

Permalink
[Doc] Minor Upgrade note (backport #49818) (#49875)
Browse files Browse the repository at this point in the history
Co-authored-by: 絵空事スピリット <[email protected]>
  • Loading branch information
mergify[bot] and EsoragotoSpirit authored Aug 16, 2024
1 parent 58e991c commit a26f08c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/deployment/downgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you want to downgrade your StarRocks cluster to an earlier minor or major ver

- **Universal compatibility configuration**

Before downgrading your StarRocks cluster, you must disable tablet clone.
Before downgrading your StarRocks cluster, you must disable tablet clone. You can skip this step if you have disabled the balancer.

```SQL
ADMIN SET FRONTEND CONFIG ("tablet_sched_max_scheduling_tablets" = "0");
Expand Down
2 changes: 1 addition & 1 deletion docs/en/deployment/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you want to upgrade your StarRocks cluster to a later minor or major version,

- **Universal compatibility configuration**

Before upgrading your StarRocks cluster, you must disable tablet clone.
Before upgrading your StarRocks cluster, you must disable tablet clone. You can skip this step if you have disabled the balancer.

```SQL
ADMIN SET FRONTEND CONFIG ("tablet_sched_max_scheduling_tablets" = "0");
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/deployment/downgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ StarRocks 的降级流程与 [升级流程](../deployment/upgrade.md#升级流

- **通用兼容性配置**

降级前,请关闭 Tablet Clone。
降级前,请关闭 Tablet Clone。如果您已经关闭 Balancer,可以跳过该步骤。

```SQL
ADMIN SET FRONTEND CONFIG ("tablet_sched_max_scheduling_tablets" = "0");
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/deployment/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ StarRocks 支持**滚动升级**,允许您在不停止服务的情况下升级

- **通用兼容性配置**

升级前,请关闭 Tablet Clone。
升级前,请关闭 Tablet Clone。如果您已经关闭 Balancer,可以跳过该步骤。

```SQL
ADMIN SET FRONTEND CONFIG ("tablet_sched_max_scheduling_tablets" = "0");
Expand Down

0 comments on commit a26f08c

Please sign in to comment.