Skip to content

Commit ac0c923

Browse files
authored
Update upgrade-cluster.md
During the upgrade process, you should only run the ./install.sh command. The manual is unclear about this part and may be misleading. Additional explanation is needed. Ex) You may be confused about the install script when you first install redis and when you upgrade it. # ./install.sh --install-dir /redis --var-dir /ifp_data/redis --config-dir /redis/config 2025-06-24 20:56:59.274 [x] Error: --install-dir cannot be set during upgrade. .. 2025-06-24 20:57:30.286 [x] Error: --var-dir cannot be set during upgrade. .. 2025-06-24 20:57:37.335 [x] Error: --config-dir cannot be set during upgrade.
1 parent b7eb2fb commit ac0c923

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,19 @@ You cannot change the installation path or the user during the upgrade.
9797
9898
The upgrade replaces all node processes, which might briefly interrupt any active connections.
9999
100-
2. Verify the node was upgraded to the new version and is still operational:
100+
{{<note>}}
101+
You should only run the ./install.sh command while upgrade.
102+
During the upgrade, --*-dir <dir> cannot be set, and an error will occur. Please note.
103+
{{<note>}}
104+
105+
3. Verify the node was upgraded to the new version and is still operational:
101106
102107
``` shell
103108
$ rlcheck
104109
$ rladmin status extra all
105110
```
106111
107-
3. Visit the Cluster Manager UI.
112+
4. Visit the Cluster Manager UI.
108113
109114
If the Cluster Manager UI was open in a web browser during the upgrade, refresh the browser to reload the console.
110115

0 commit comments

Comments
 (0)