Skip to content

Commit

Permalink
DOC-4411 RS: Add step to avoid removing a primary node last during ro…
Browse files Browse the repository at this point in the history
…lling upgrade (#980)
  • Loading branch information
rrelledge authored Dec 20, 2024
1 parent 9b13dab commit b6cd354
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To upgrade the cluster's operating system, use one of the following rolling upgr

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

1. Repeat the previous steps until all nodes with the earlier OS version are removed.
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.

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

Expand Down Expand Up @@ -144,4 +144,4 @@ To upgrade the cluster's operating system, use one of the following rolling upgr
...
```

1. Repeat the previous steps until all nodes with the earlier OS version are replaced.
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 comments on commit b6cd354

Please sign in to comment.