Skip to content

Commit 11c8777

Browse files
authored
DOC-4793 RS: Added latest redis_upgrade_policy and Redis DB 6.2 prerequisites for upgrading clusters from 6.2 to 7.8 (#1642)
1 parent 16a86a3 commit 11c8777

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ Before upgrading a cluster:
3737

3838
- Verify that you meet the upgrade path requirements for the target cluster version and review the relevant [release notes](https://redis.io/docs/latest/operate/rs/release-notes/) for any preparation instructions.
3939

40+
- Before you upgrade a cluster from Redis Enterprise Software version 6.2.x to 7.8.x, you must follow these steps if the cluster has any databases with Redis version 6.0:
41+
42+
1. Set the Redis upgrade policy to `latest`:
43+
44+
```sh
45+
rladmin tune cluster redis_upgrade_policy latest
46+
```
47+
48+
1. [Upgrade Redis 6.0 databases]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-database">}}) to Redis 6.2.
49+
4050
- [Upgrade your databases]({{<relref "/operate/rs/7.8/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.
4151

4252
- Avoid changing the database configuration or performing other cluster management operations during the cluster upgrade process, as this might cause unexpected results.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ Before upgrading a cluster:
3636

3737
- 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+
- Before you upgrade a cluster from Redis Enterprise Software version 6.2.x to 7.8.x, you must follow these steps if the cluster has any databases with Redis version 6.0:
40+
41+
1. Set the Redis upgrade policy to `latest`:
42+
43+
```sh
44+
rladmin tune cluster redis_upgrade_policy latest
45+
```
46+
47+
1. [Upgrade Redis 6.0 databases]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-database">}}) to Redis 6.2.
48+
3949
- [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.
4050

4151
- Avoid changing the database configuration or performing other cluster management operations during the cluster upgrade process, as this might cause unexpected results.

content/operate/rs/release-notes/rs-7-8-releases/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,15 @@ Redis database version 6.0 was deprecated in Redis Software version 7.4.2 and is
194194

195195
To prepare for the removal of Redis database version 6.0 before you upgrade to Redis Software version 7.8.2:
196196

197-
- For Redis Software 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes.
197+
- For Redis Software 6.2.* clusters:
198+
199+
1. Set the Redis upgrade policy to `latest`:
200+
201+
```sh
202+
rladmin tune cluster redis_upgrade_policy latest
203+
```
204+
205+
1. [Upgrade Redis 6.0 databases]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-database">}}) to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes.
198206

199207
- For Redis Software 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes.
200208

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,15 @@ Redis database version 6.0 was deprecated in Redis Software version 7.4.2 and is
373373

374374
To prepare for the removal of Redis database version 6.0 before you upgrade to Redis Software version 7.8.2:
375375

376-
- For Redis Software 6.2.* clusters, upgrade Redis 6.0 databases to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes.
376+
- For Redis Software 6.2.* clusters:
377+
378+
1. Set the Redis upgrade policy to `latest`:
379+
380+
```sh
381+
rladmin tune cluster redis_upgrade_policy latest
382+
```
383+
384+
1. [Upgrade Redis 6.0 databases]({{<relref "/operate/rs/installing-upgrading/upgrading/upgrade-database">}}) to Redis 6.2. See the [Redis 6.2 release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES) for the list of changes.
377385

378386
- For Redis Software 7.2.4 and 7.4.2 clusters, upgrade Redis 6.0 databases to Redis 7.2. Before you upgrade your databases, see the list of [Redis 7.2 breaking changes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52#redis-72-breaking-changes" >}}) and update any applications that connect to your database to handle these changes.
379387

0 commit comments

Comments
 (0)