You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
* Fixed step numbers
* Moved and adjusted wording of install.sh options note
* Fixed numbered steps to match the rest of the doc
---------
Co-authored-by: Rachel Elledge <[email protected]>
Copy file name to clipboardExpand all lines: content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ Starting with the primary node, follow these steps for every node in the cluster
75
75
Do not proceed if any shard, node, or endpoint is not `OK`.
76
76
{{</warning>}}
77
77
78
-
2. Download the Redis Enterprise Software installation package to the machine running the node from the Download Center on [https://cloud.redis.io](https://cloud.redis.io).
78
+
1. Download the Redis Enterprise Software installation package to the machine running the node from the Download Center on [https://cloud.redis.io](https://cloud.redis.io).
79
79
80
-
3. Extract the installation package:
80
+
1. Extract the installation package:
81
81
82
82
```sh
83
83
tar vxf <tarfile name>
@@ -87,7 +87,7 @@ Do not proceed if any shard, node, or endpoint is not `OK`.
87
87
You cannot change the installation path or the user during the upgrade.
88
88
{{</note>}}
89
89
90
-
1. Run the install command. See [installation script options]({{< relref "/operate/rs/installing-upgrading/install/install-script" >}}) for a list of command-line options you can add to the following command:
90
+
1. Run the install command. See [installation script options]({{< relref "/operate/rs/installing-upgrading/install/install-script" >}}) for a list of command-line options you can add to the following command. You cannot use options marked as "new installs only" during an in-place upgrade.
91
91
92
92
``` shell
93
93
sudo ./install.sh
@@ -97,14 +97,14 @@ You cannot change the installation path or the user during the upgrade.
97
97
98
98
The upgrade replaces all node processes, which might briefly interrupt any active connections.
99
99
100
-
2. Verify the node was upgraded to the new version and is still operational:
100
+
1. Verify the node was upgraded to the new version and is still operational:
101
101
102
102
``` shell
103
103
$ rlcheck
104
104
$ rladmin status extra all
105
105
```
106
106
107
-
3. Visit the Cluster Manager UI.
107
+
1. Visit the Cluster Manager UI.
108
108
109
109
If the Cluster Manager UI was open in a web browser during the upgrade, refresh the browser to reload the console.
0 commit comments