From c42acf17630b0ac67ae01571cc429ae698d6ee1d Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Fri, 18 Apr 2025 12:03:01 -0500 Subject: [PATCH 1/2] DOC-5058 --- content/operate/kubernetes/upgrade/openshift-cli.md | 4 +++- content/operate/kubernetes/upgrade/upgrade-olm.md | 5 ++++- content/operate/kubernetes/upgrade/upgrade-redis-cluster.md | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/content/operate/kubernetes/upgrade/openshift-cli.md b/content/operate/kubernetes/upgrade/openshift-cli.md index 0603590f3..cd2a2f651 100644 --- a/content/operate/kubernetes/upgrade/openshift-cli.md +++ b/content/operate/kubernetes/upgrade/openshift-cli.md @@ -194,7 +194,9 @@ oc rollout status sts ### Upgrade databases -After the cluster is upgraded, you can upgrade your databases. Specify your new database version in the `spec.redisVersion` field for your REDB and REAADB custom resources. Supported database versions include `"7.2"` and `"7.4"` (note this value is a string). +After the cluster is upgraded, you can upgrade your databases. To upgrade your REDB, specify your new database version in the `spec.redisVersion` field in the REDB custom resources. Supported database versions for operator versions include `"7.2"` and `"7.4"` (note this value is a string). + +To upgrade your REAADB, see [Upgrade an Active-Active database]({{}}) for details on the `rladmin` and `crdb-cli` commands required. Reach out to Redis support if you have additional questions. Note that if your cluster [`redisUpgradePolicy`]({{}}) or your database [`redisVersion`]({{< relref "/operate/kubernetes/reference/redis_enterprise_database_api#redisversion" >}}) are set to `major`, you won't be able to upgrade those databases to minor versions. See [Redis upgrade policy]({{< relref "/operate/rs/installing-upgrading/upgrading#redis-upgrade-policy" >}}) for more details. diff --git a/content/operate/kubernetes/upgrade/upgrade-olm.md b/content/operate/kubernetes/upgrade/upgrade-olm.md index 65ca38051..81c5b63dc 100644 --- a/content/operate/kubernetes/upgrade/upgrade-olm.md +++ b/content/operate/kubernetes/upgrade/upgrade-olm.md @@ -139,9 +139,12 @@ oc rollout status sts ## Upgrade databases -After the cluster is upgraded, you can upgrade your databases. Specify your new database version in the `spec.redisVersion` field for your REDB and REAADB custom resources. Supported database versions for this operator version include `"7.2"` and `"7.4"` (note this value is a string). +After the cluster is upgraded, you can upgrade your databases. To upgrade your REDB, specify your new database version in the `spec.redisVersion` field in the REDB custom resources. Supported database versions for operator versions include `"7.2"` and `"7.4"` (note this value is a string). + +To upgrade your REAADB, see [Upgrade an Active-Active database]({{}}) for details on the `rladmin` and `crdb-cli` commands required. Reach out to Redis support if you have additional questions. Note that if your cluster [`redisUpgradePolicy`]({{}}) or your database [`redisVersion`]({{< relref "/operate/kubernetes/reference/redis_enterprise_database_api#redisversion" >}}) are set to `major`, you won't be able to upgrade those databases to minor versions. See [Redis upgrade policy]({{< relref "/operate/rs/installing-upgrading/upgrading#redis-upgrade-policy" >}}) for more details. + The Redis Enterprise cluster (REC) can be updated automatically or manually. To trigger automatic upgrade of the REC after the operator upgrade completes, specify `autoUpgradeRedisEnterprise: true` in your REC spec. If you don't have automatic upgrade enabled, follow the below steps for the manual upgrade. ## Troubleshooting diff --git a/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md b/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md index 041367c1f..43b6b6c54 100644 --- a/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md +++ b/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md @@ -189,7 +189,9 @@ kubectl rollout status sts ### Upgrade databases -After the cluster is upgraded, you can upgrade your databases. Specify your new database version in the `spec.redisVersion` field for your REDB and REAADB custom resources. Supported database versions for operator version 7.8.2-6 include `"7.2"` and `"7.4"` (note this value is a string). +After the cluster is upgraded, you can upgrade your databases. To upgrade your REDB, specify your new database version in the `spec.redisVersion` field in the REDB custom resources. Supported database versions for operator versions include `"7.2"` and `"7.4"` (note this value is a string). + +To upgrade your REAADB, see [Upgrade an Active-Active database]({{}}) for details on the `rladmin` and `crdb-cli` commands required. Reach out to Redis support if you have additional questions. Note that if your cluster [`redisUpgradePolicy`]({{}}) or your database [`redisVersion`]({{< relref "/operate/kubernetes/reference/redis_enterprise_database_api#redisversion" >}}) are set to `major`, you won't be able to upgrade those databases to minor versions. See [Redis upgrade policy]({{< relref "/operate/rs/installing-upgrading/upgrading#redis-upgrade-policy" >}}) for more details. From 77682c09fe161db7b85d8a30724b0392f86f1a0a Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael Date: Fri, 18 Apr 2025 12:04:06 -0500 Subject: [PATCH 2/2] fix typo --- .../release-notes/7-8-6-releases/7-8-6-1-april2025.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-april2025.md b/content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-april2025.md index f08c2dd26..275bff795 100644 --- a/content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-april2025.md +++ b/content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-april2025.md @@ -19,8 +19,8 @@ For supported distributions, known limitations, and API changes, see [Redis Ente ## Downloads -- **Redis Enterprise**: `redislabs/redis:7.8.6-1` -- **Operator**: `redislabs/operator:7.8.6-36` +- **Redis Enterprise**: `redislabs/redis:7.8.6-36` +- **Operator**: `redislabs/operator:7.8.6-1` - **Services Rigger**: `redislabs/k8s-controller:7.8.6-1` - **OLM operator bundle** : `v7.8.6-1.1`