Skip to content

Commit

Permalink
[typo](docs) Optimize FE minor version upgrade document (apache#15822)
Browse files Browse the repository at this point in the history
Co-authored-by: day.na <[email protected]>
  • Loading branch information
youtNa and day.na committed Jan 12, 2023
1 parent 99e5ca9 commit 8841988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/docs/admin-manual/cluster-management/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Doris can upgrade smoothly by rolling upgrades. The following steps are recommen
## Upgrade preparation

1. After data validation, the new version of BE and FE binary files are distributed to their respective directories.
2. Usually small version upgrade, BE only needs to upgrade doris_be; FE only needs to upgrade palo-fe.jar. If it is a large version upgrade, you may need to upgrade other files (including but not limited to bin / lib / etc.) If you are not sure whether you need to replace other files, it is recommended to replace all of them.
2. Usually small version upgrade, BE only needs to upgrade doris_be; FE only needs to upgrade doris-fe.jar (earlier versions was palo-fe.jar). If it is a large version upgrade, you may need to upgrade other files (including but not limited to bin / lib / etc.) If you are not sure whether you need to replace other files, it is recommended to replace all of them.

## rolling upgrade

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/docs/admin-manual/cluster-management/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Doris 可以通过滚动升级的方式,平滑进行升级。建议按照以
## 升级准备

1. 在完成数据正确性验证后,将 BE 和 FE 新版本的二进制文件分发到各自目录下。
2. 通常小版本升级,BE 只需升级 doris_be;而 FE 只需升级 palo-fe.jar。如果是大版本升级,则可能需要升级其他文件(包括但不限于 bin/ lib/ 等等)如果你不清楚是否需要替换其他文件,建议全部替换。
2. 通常小版本升级,BE 只需升级 doris_be;而 FE 只需升级 doris-fe.jar(旧版本叫做palo-fe.jar)。如果是大版本升级,则可能需要升级其他文件(包括但不限于 bin/ lib/ 等等)如果你不清楚是否需要替换其他文件,建议全部替换。

## 滚动升级

Expand Down

0 comments on commit 8841988

Please sign in to comment.