Commit ac0c923
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- content/operate/rs/installing-upgrading/upgrading
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
107 | | - | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments