From 78a400987e41ab4512351cc5963038c9817705e4 Mon Sep 17 00:00:00 2001 From: kaitlynmichael Date: Tue, 14 May 2024 11:43:27 -0500 Subject: [PATCH 1/2] ad reaadb migration limitation --- content/operate/kubernetes/active-active/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/operate/kubernetes/active-active/_index.md b/content/operate/kubernetes/active-active/_index.md index 74e9d973c..460ca8781 100644 --- a/content/operate/kubernetes/active-active/_index.md +++ b/content/operate/kubernetes/active-active/_index.md @@ -85,6 +85,8 @@ For a full list of fields and options, see the [RERC API reference](https://gith ### Limitations +* Existing Redis databases cannot be migrated to an REAADB. (DOC-3594) + * Admission is not blocking REAADB with `shardCount` which exceeds license quota. (RED-96301) Workaround: Fix the problems with the REAADB and reapply. From b645df1673dc40200042de4d577f930704261628 Mon Sep 17 00:00:00 2001 From: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com> Date: Wed, 29 May 2024 11:07:38 -0500 Subject: [PATCH 2/2] Update content/operate/kubernetes/active-active/_index.md Co-authored-by: David Dougherty --- content/operate/kubernetes/active-active/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/kubernetes/active-active/_index.md b/content/operate/kubernetes/active-active/_index.md index 460ca8781..6310274ad 100644 --- a/content/operate/kubernetes/active-active/_index.md +++ b/content/operate/kubernetes/active-active/_index.md @@ -85,7 +85,7 @@ For a full list of fields and options, see the [RERC API reference](https://gith ### Limitations -* Existing Redis databases cannot be migrated to an REAADB. (DOC-3594) +* Existing Redis databases cannot be migrated to a REAADB. (DOC-3594) * Admission is not blocking REAADB with `shardCount` which exceeds license quota. (RED-96301)