Skip to content

Commit b6cd354

Browse files
authored
DOC-4411 RS: Add step to avoid removing a primary node last during rolling upgrade (#980)
1 parent 9b13dab commit b6cd354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To upgrade the cluster's operating system, use one of the following rolling upgr
8080

8181
1. [Remove one node]({{< relref "/operate/rs/clusters/remove-node#remove-a-node" >}}) running the earlier OS version from the cluster.
8282

83-
1. Repeat the previous steps until all nodes with the earlier OS version are removed.
83+
1. Repeat the previous steps until all nodes with the earlier OS version are removed. If the final node to remove from the cluster is the primary node, [demote it]({{<relref "/operate/rs/clusters/change-node-role#demote-primary-node">}}) to a secondary node before you remove it.
8484

8585
### Replace node upgrade method {#replace-node-upgrade}
8686

@@ -144,4 +144,4 @@ To upgrade the cluster's operating system, use one of the following rolling upgr
144144
...
145145
```
146146

147-
1. Repeat the previous steps until all nodes with the earlier OS version are replaced.
147+
1. Repeat the previous steps until all nodes with the earlier OS version are replaced. If the final node to remove from the cluster is the primary node, [demote it]({{<relref "/operate/rs/clusters/change-node-role#demote-primary-node">}}) to a secondary node before you remove it.

0 commit comments

Comments
 (0)