You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/installing-upgrading/upgrading/upgrade-cluster.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,11 @@ Before upgrading a cluster:
34
34
35
35
- Verify access to [rlcheck]({{< relref "/operate/rs/references/cli-utilities/rlcheck/" >}}) and [rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin/#use-the-rladmin-shell" >}}) commands
36
36
37
-
- Verify that you meet the upgrade path requirements for your desired cluster version and review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
37
+
- Verify that you meet the upgrade path requirements for the target cluster version and review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
38
38
39
-
- Avoid changing the database configuration or performing other cluster management operations during the upgrade process, as this might cause unexpected results.
39
+
-[Upgrade your databases]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-database">}}) to a version that is supported by the target Redis Enterprise Software version before upgrading the cluster. We recommend you upgrade the databases to the latest supported version if possible. Make sure to test the upgrade in a non-production environment to determine any impact.
40
+
41
+
- Avoid changing the database configuration or performing other cluster management operations during the cluster upgrade process, as this might cause unexpected results.
40
42
41
43
- Upgrade the cluster's primary (master) node first. To identify the primary node, use one of the following methods:
- Review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
44
45
45
-
- Verify that the database version meets the minimums specified earlier.
46
+
- Verify that both the [current database version and the target database version are supported](#db-versions-table) by the cluster's Redis Enterprise Software version.
46
47
47
-
To determine the database version:
48
+
To determine the current database version:
48
49
49
50
- Use the Cluster Manager UI to open the **Configuration** tab for the database and select {{< image filename="/images/rs/icons/info-icon.png#no-click" alt="The About database button" width="18px" class="inline" >}} **About**.
0 commit comments