From 6f0630d92e5e0944a3022c1be7d2daa0614c081a Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Tue, 10 Dec 2024 13:32:17 +0000 Subject: [PATCH] DOC-4643 added warnings about clustered RDI DBs --- .../redis-data-integration/installation/install-k8s.md | 2 ++ .../integrate/redis-data-integration/installation/install-vm.md | 2 ++ content/integrate/redis-data-integration/quick-start-guide.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/content/integrate/redis-data-integration/installation/install-k8s.md b/content/integrate/redis-data-integration/installation/install-k8s.md index 6522433e21..fda6f91b99 100644 --- a/content/integrate/redis-data-integration/installation/install-k8s.md +++ b/content/integrate/redis-data-integration/installation/install-k8s.md @@ -65,6 +65,8 @@ information. *This requires Redis Enterprise v6.4 or greater*. [eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy" >}}) to `noeviction` and set [data persistence]({{< relref "/operate/rs/databases/configure/database-persistence" >}}) to AOF - fsync every 1 sec. +- **Ensure that the RDI database is not clustered.** RDI will not work correctly if the + RDI database is clustered, but it is OK for the target database to be clustered. You should then provide the details of this database in the [`values.yaml`](#the-valuesyaml-file) file as described below. diff --git a/content/integrate/redis-data-integration/installation/install-vm.md b/content/integrate/redis-data-integration/installation/install-vm.md index 4078f60149..5649f92b0b 100644 --- a/content/integrate/redis-data-integration/installation/install-vm.md +++ b/content/integrate/redis-data-integration/installation/install-vm.md @@ -193,6 +193,8 @@ Use the Redis console to create the RDI database with the following requirements [eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy" >}}) to `noeviction` and set [data persistence]({{< relref "/operate/rs/databases/configure/database-persistence" >}}) to AOF - fsync every 1 sec. +- **Ensure that the RDI database is not clustered.** RDI will not work correctly if the + RDI database is clustered, but it is OK for the target database to be clustered. {{< note >}}If you specify `localhost` as the address of the RDI database server during installation then the connection will fail if the actual IP address changes for the local diff --git a/content/integrate/redis-data-integration/quick-start-guide.md b/content/integrate/redis-data-integration/quick-start-guide.md index 4962620246..92164b6d8b 100644 --- a/content/integrate/redis-data-integration/quick-start-guide.md +++ b/content/integrate/redis-data-integration/quick-start-guide.md @@ -63,6 +63,8 @@ Use the Redis console to create the RDI database with the following requirements [eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy" >}}) to `noeviction` and set [data persistence]({{< relref "/operate/rs/databases/configure/database-persistence" >}}) to AOF - fsync every 1 sec. +- **Ensure that the RDI database is not clustered.** RDI will not work correctly if the + RDI database is clustered, but it is OK for the target database to be clustered. ### Prepare the pipeline