From b6cd354800a55959255aabb08e2a48728a6e3a81 Mon Sep 17 00:00:00 2001 From: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:55:16 -0600 Subject: [PATCH] DOC-4411 RS: Add step to avoid removing a primary node last during rolling upgrade (#980) --- .../operate/rs/installing-upgrading/upgrading/upgrade-os.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md b/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md index 7011097f3..f40c927f2 100644 --- a/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md +++ b/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md @@ -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]({{}}) to a secondary node before you remove it. ### Replace node upgrade method {#replace-node-upgrade} @@ -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]({{}}) to a secondary node before you remove it.