Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-4643 added warnings about clustered RDI DBs #971

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions content/integrate/redis-data-integration/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading