Skip to content

Commit 44607a0

Browse files
Virusukirrelledge
andauthored
Update upgrade-cluster.md (#1827)
* 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]>
1 parent 149f56a commit 44607a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Starting with the primary node, follow these steps for every node in the cluster
7575
Do not proceed if any shard, node, or endpoint is not `OK`.
7676
{{</warning>}}
7777
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).
7979
80-
3. Extract the installation package:
80+
1. Extract the installation package:
8181
8282
```sh
8383
tar vxf <tarfile name>
@@ -87,7 +87,7 @@ Do not proceed if any shard, node, or endpoint is not `OK`.
8787
You cannot change the installation path or the user during the upgrade.
8888
{{</note>}}
8989
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.
9191
9292
``` shell
9393
sudo ./install.sh
@@ -97,14 +97,14 @@ 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+
1. Verify the node was upgraded to the new version and is still operational:
101101
102102
``` shell
103103
$ rlcheck
104104
$ rladmin status extra all
105105
```
106106
107-
3. Visit the Cluster Manager UI.
107+
1. Visit the Cluster Manager UI.
108108
109109
If the Cluster Manager UI was open in a web browser during the upgrade, refresh the browser to reload the console.
110110

0 commit comments

Comments
 (0)