Skip to content

Commit cfbc5ae

Browse files
wording changes
1 parent 1d0abe2 commit cfbc5ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/operate/kubernetes/release-notes/8-0-2-releases/8-0-2-2-october2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Any distribution not listed in the table is not supported for production workloa
136136

137137
- **Only upgrades from 7.4.2-2 and later are supported.** If you are using an earlier version, install 7.4.2-2 before upgrading to 8.0.2-2.
138138

139-
- **Upgrading redisVersion overrides moduleList versions.** When upgrading a database's `redisVersion`, any module versions specified in `moduleList` are overridden by the bundled module versions for that Redis version. This applies to both REDB and REAADB databases.
139+
- **You must keep existing moduleList version numbers when upgrading redisVersion.** When upgrading a database's `redisVersion`, you must keep the existing module version numbers in `moduleList` unchanged. If you modify the module versions in `moduleList` during a `redisVersion` upgrade, the upgrade request will fail. The database will automatically use the bundled module versions for the new Redis version, regardless of what versions are specified in `moduleList`. This applies to both REDB and REAADB databases.
140140

141141
- **Custom certificate upload is not supported for internode encryption (RED-173229).** Internode communication between cluster nodes continues to use default self-signed certificates and cannot be configured with customer-provided certificates.
142142

content/operate/kubernetes/upgrade/openshift-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To upgrade your REDB, specify your new database version in the `spec.redisVersio
222222
223223
For Active-Active databases, the `redis.Version` change only needs to be applied on one participating cluster and will automatically propagate to all other participating clusters. All participating clusters must be running operator version 8.0.2-2 or later.
224224
225-
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally remove the old version numbers from `moduleList`, but this change has no functional impact.
225+
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally change the old version numbers from `moduleList`, but this change has no functional impact.
226226
227227
#### General upgrade notes
228228

content/operate/kubernetes/upgrade/upgrade-olm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ To upgrade your REDB, specify your new database version in the `spec.redisVersio
145145
146146
For Active-Active databases, the `redis.Version` change only needs to be applied on one participating cluster and will automatically propagate to all other participating clusters. All participating clusters must be running operator version 8.0.2-2 or later.
147147
148-
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally remove the old version numbers from `moduleList`, but this change has no functional impact.
148+
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally change the old version numbers from `moduleList`, but this change has no functional impact.
149149
150150
### General upgrade notes
151151

content/operate/kubernetes/upgrade/upgrade-redis-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To upgrade your REDB, specify your new database version in the `spec.redisVersio
222222
223223
For Active-Active databases, the `redis.Version` change only needs to be applied on one participating cluster and will automatically propagate to all other participating clusters. All participating clusters must be running operator version 8.0.2-2 or later.
224224
225-
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally remove the old version numbers from `moduleList`, but this change has no functional impact.
225+
If your REAADB uses supported modules, keep the existing `moduleList` version numbers unchanged when upgrading `redisVersion`. The database will automatically use the module versions that are bundled with the new Redis version, regardless of what versions are specified in `moduleList`. After the upgrade is complete, you can optionally change the old version numbers from `moduleList`, but this change has no functional impact.
226226
227227
#### General upgrade notes
228228

0 commit comments

Comments
 (0)