Skip to content

Commit 391c08d

Browse files
authored
DOC-4843 RS: Add prerequisite to upgrade to a supported DB version before upgrading the cluster version (#1198)
1 parent 448613f commit 391c08d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ Before upgrading a cluster:
3434

3535
- 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
3636

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.
3838

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.
4042

4143
- Upgrade the cluster's primary (master) node first. To identify the primary node, use one of the following methods:
4244

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To view available Redis database versions:
2525

2626
The default Redis database version differs between Redis Enterprise releases as follows:
2727

28+
<a name="db-versions-table"></a>
2829
| Redis<br />Software | Bundled Redis<br />DB versions | Default DB version<br />(upgraded/new databases) |
2930
|-------|----------|-----|
3031
| 7.8.x | 6.2, 7.2, 7.4 | 7.4 |
@@ -42,9 +43,9 @@ Before upgrading a database:
4243

4344
- Review the relevant [release notes]({{< relref "/operate/rs/release-notes" >}}) for any preparation instructions.
4445

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.
4647

47-
To determine the database version:
48+
To determine the current database version:
4849

4950
- 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**.
5051

0 commit comments

Comments
 (0)