Skip to content

Commit

Permalink
broken links
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Oct 21, 2023
1 parent f0da5c0 commit 065eafa
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 413 deletions.
12 changes: 6 additions & 6 deletions docs/administration/Cluster_administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ StarRocks can perform a rolling upgrade, which allows you to first upgrade the B

##### Upgrade a BE

```Plain%20Text
```Plain_Text
cd be_work_dir
sh bin/stop_be.sh
Expand All @@ -108,7 +108,7 @@ ps aux | grep starrocks_be

##### Upgrade an FE

```Plain%20Text
```Plain_Text
cd fe_work_dir
sh bin/stop_fe.sh
Expand All @@ -128,7 +128,7 @@ ps aux | grep StarRocksFE

##### Upgrade a Broker

```Plain%20Text
```Plain_Text
cd broker_work_dir
mv lib lib.bak
Expand Down Expand Up @@ -167,7 +167,7 @@ All StarRocks versions, which are named StarRocks-xx, support rollbacks. You nee

#### Roll back an FE

```Plain%20Text
```Plain_Text
cd fe_work_dir
mv lib libtmp.bak
Expand All @@ -187,7 +187,7 @@ ps aux | grep StarRocksFe

#### Roll back a BE

```Plain%20Text
```Plain_Text
cd be_work_dir
mv lib libtmp.bak
Expand All @@ -207,7 +207,7 @@ ps aux | grep starrocks_be

#### Roll back a Broker

```Plain%20Text
```Plain_Text
cd broker_work_dir
mv lib libtmp.bak
Expand Down
Loading

0 comments on commit 065eafa

Please sign in to comment.