Skip to content

Commit c159d32

Browse files
authored
RS: Added DB port access requirement for Replica Of between different RS clusters (#1650)
* DOC-3829 RS: Added DB port access requirement for Replica Of between different RS clusters * Updated relrefs to correct versions
1 parent 6623a74 commit c159d32

File tree

3 files changed

+18
-0
lines changed
  • content/operate/rs
    • 7.4/databases/import-export/replica-of
    • 7.8/databases/import-export/replica-of
    • databases/import-export/replica-of

3 files changed

+18
-0
lines changed

content/operate/rs/7.4/databases/import-export/replica-of/create.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ To configure a Replica Of database in the same Redis Enterprise cluster as the s
7272

7373
To configure a Replica Of database in a different Redis Enterprise cluster from the source database:
7474

75+
1. Ensure the source database's port is allowed through firewalls between the clusters and can be accessed by the destination cluster's nodes.
76+
77+
{{<note>}}
78+
Ports 10000-19999 are reserved for database traffic. See [Network port configurations]({{<relref "/operate/rs/7.4/networking/port-configurations">}}) for more information about ports.
79+
{{</note>}}
80+
7581
1. Sign in to the Cluster Manager UI of the cluster hosting the source database.
7682

7783
1. In **Databases**, select the source database and then select the **Configuration** tab.

content/operate/rs/7.8/databases/import-export/replica-of/create.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ To configure a Replica Of database in the same Redis Enterprise cluster as the s
7272

7373
To configure a Replica Of database in a different Redis Enterprise cluster from the source database:
7474

75+
1. Ensure the source database's port is allowed through firewalls between the clusters and can be accessed by the destination cluster's nodes.
76+
77+
{{<note>}}
78+
Ports 10000-19999 are reserved for database traffic. See [Network port configurations]({{<relref "/operate/rs/7.8/networking/port-configurations">}}) for more information about ports.
79+
{{</note>}}
80+
7581
1. Sign in to the Cluster Manager UI of the cluster hosting the source database.
7682

7783
1. In **Databases**, select the source database and then select the **Configuration** tab.

content/operate/rs/databases/import-export/replica-of/create.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ To configure a Replica Of database in the same Redis Enterprise cluster as the s
7171

7272
To configure a Replica Of database in a different Redis Enterprise cluster from the source database:
7373

74+
1. Ensure the source database's port is allowed through firewalls between the clusters and can be accessed by the destination cluster's nodes.
75+
76+
{{<note>}}
77+
Ports 10000-19999 are reserved for database traffic. See [Network port configurations]({{<relref "/operate/rs/networking/port-configurations">}}) for more information about ports.
78+
{{</note>}}
79+
7480
1. Sign in to the Cluster Manager UI of the cluster hosting the source database.
7581

7682
1. In **Databases**, select the source database and then select the **Configuration** tab.

0 commit comments

Comments
 (0)