Skip to content

Commit f7ba013

Browse files
authored
DOC-4923 RS: Added step to promote the first new node during rolling upgrade (#1271)
1 parent 6e926a6 commit f7ba013

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ To perform a rolling upgrade of the cluster, use one of the following methods:
110110

111111
1. [Add the new node]({{< relref "/operate/rs/clusters/add-node" >}}) to the cluster.
112112

113+
1. [Promote the first new node]({{<relref "/operate/rs/clusters/change-node-role/#promote-secondary-node">}}) to become the primary node.
114+
113115
1. [Remove one node]({{< relref "/operate/rs/clusters/remove-node#remove-a-node" >}}) running the earlier Redis Software version from the cluster.
114116

115117
1. Repeat the previous steps until all nodes with the earlier Redis Software 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.
@@ -134,6 +136,8 @@ To perform a rolling upgrade of the cluster, use one of the following methods:
134136
rladmin cluster join nodes <cluster_member_ip_address> username <username> password <password> replace_node <node_id>
135137
```
136138
139+
1. [Promote the first new node]({{<relref "/operate/rs/clusters/change-node-role/#promote-secondary-node">}}) to become the primary node.
140+
137141
1. Verify node health:
138142
139143
1. Run `rlcheck` on all nodes:

0 commit comments

Comments
 (0)