Skip to content

Commit f9bdfad

Browse files
authored
Moved and adjusted wording of install.sh options note
1 parent 37b3cd5 commit f9bdfad

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -96,20 +96,15 @@ You cannot change the installation path or the user during the upgrade.
9696
The installation script automatically recognizes the upgrade and responds accordingly.
9797
9898
The upgrade replaces all node processes, which might briefly interrupt any active connections.
99-
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>}}
10499
105-
2. Verify the node was upgraded to the new version and is still operational:
100+
3. Verify the node was upgraded to the new version and is still operational:
106101
107102
``` shell
108103
$ rlcheck
109104
$ rladmin status extra all
110105
```
111106
112-
3. Visit the Cluster Manager UI.
107+
4. Visit the Cluster Manager UI.
113108
114109
If the Cluster Manager UI was open in a web browser during the upgrade, refresh the browser to reload the console.
115110

0 commit comments

Comments
 (0)