diff --git a/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md b/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md index 51b83c813d..61b812294c 100644 --- a/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md +++ b/content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md @@ -114,6 +114,8 @@ To perform a rolling upgrade of the cluster, use one of the following methods: 1. [Add the new node]({{< relref "/operate/rs/clusters/add-node" >}}) to the cluster. +1. If the [cluster uses DNS]({{}}), add the new node’s IP address to the DNS records. + 1. [Promote the first new node]({{}}) to become the primary node. 1. [Remove one node]({{< relref "/operate/rs/clusters/remove-node#remove-a-node" >}}) running the earlier Redis Software version from the cluster. @@ -142,6 +144,8 @@ To perform a rolling upgrade of the cluster, use one of the following methods: rladmin cluster join nodes username password replace_node ``` +1. If the [cluster uses DNS]({{}}), add the new node’s IP address to the DNS records. + 1. [Promote the first new node]({{}}) to become the primary node. 1. Verify node health: diff --git a/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md b/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md index 503175cb78..8813c20b99 100644 --- a/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md +++ b/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md @@ -80,6 +80,8 @@ To upgrade the cluster's operating system, use one of the following rolling upgr 1. [Add the new node]({{< relref "/operate/rs/clusters/add-node" >}}) to the cluster. +1. If the [cluster uses DNS]({{}}), add the new node’s IP address to the DNS records. + 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. If the final node to remove from the cluster is the primary node, [demote it]({{}}) to a secondary node before you remove it. @@ -108,6 +110,8 @@ To upgrade the cluster's operating system, use one of the following rolling upgr rladmin cluster join nodes username password replace_node ``` +1. If the [cluster uses DNS]({{}}), add the new node’s IP address to the DNS records. + 1. Verify node health: 1. Run `rlcheck` on all nodes: