Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,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. [Promote the first new node]({{<relref "/operate/rs/clusters/change-node-role/#promote-secondary-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.

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.
Expand All @@ -134,6 +136,8 @@ To perform a rolling upgrade of the cluster, use one of the following methods:
rladmin cluster join nodes <cluster_member_ip_address> username <username> password <password> replace_node <node_id>
```

1. [Promote the first new node]({{<relref "/operate/rs/clusters/change-node-role/#promote-secondary-node">}}) to become the primary node.

1. Verify node health:

1. Run `rlcheck` on all nodes:
Expand Down