Skip to content

Commit 19d99a1

Browse files
Merge pull request #1716 from redis/DOC-5161-rdi-check-unclustered
DOC-5161 RDI: added screenshots to illustrate warning about clustering
2 parents 3593d9a + 4d47ba2 commit 19d99a1

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

content/embeds/rdi-db-reqs.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,19 @@
3535
-X PUT https://<CLUSTER_FQDN>:9443/v1/bdbs/<BDB_UID>
3636
```
3737
* **Ensure that the RDI database is not clustered.** RDI will not work correctly if the
38-
RDI database is clustered, but it is OK for the target database to be clustered.
38+
RDI database is clustered (but note that the target database *can* be clustered without
39+
any problems).
40+
41+
If the **Database clustering** option is checked when you create the RDI database (as shown below),
42+
you must *uncheck* it before proceeding.
43+
44+
{{< image filename="images/rdi/ingest/RDIClusterSetting.webp" alt="Uncluster the RDI database." >}}
45+
46+
You can check if your RDI database is clustered from its **Configuration** tab in the
47+
Redis Enterprise console. The **Database clustering** option should be set to **None**,
48+
as shown in the following screenshot:
49+
50+
{{< image filename="images/rdi/ingest/RDICheckUnclustered.webp" alt="Check that the RDI database is not clustered." >}}
51+
52+
If you find the database has been clustered by mistake, you must create a new database with
53+
clustering disabled before continuing with the RDI installation.
Binary file not shown.
84.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)