Skip to content

RS: Added DB port access requirement for Replica Of between different RS clusters #1650

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -72,6 +72,12 @@ To configure a Replica Of database in the same Redis Enterprise cluster as the s

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

1. Ensure the source database's port is allowed through firewalls between the clusters and can be accessed by the destination cluster's nodes.

{{<note>}}
Ports 10000-19999 are reserved for database traffic. See [Network port configurations]({{<relref "/operate/rs/networking/port-configurations">}}) for more information about ports.
{{</note>}}

1. Sign in to the Cluster Manager UI of the cluster hosting the source database.

1. In **Databases**, select the source database and then select the **Configuration** tab.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ To configure a Replica Of database in the same Redis Enterprise cluster as the s

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

1. Ensure the source database's port is allowed through firewalls between the clusters and can be accessed by the destination cluster's nodes.

{{<note>}}
Ports 10000-19999 are reserved for database traffic. See [Network port configurations]({{<relref "/operate/rs/networking/port-configurations">}}) for more information about ports.
{{</note>}}

1. Sign in to the Cluster Manager UI of the cluster hosting the source database.

1. In **Databases**, select the source database and then select the **Configuration** tab.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ To configure a Replica Of database in the same Redis Enterprise cluster as the s

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

1. Ensure the source database's port is allowed through firewalls between the clusters and can be accessed by the destination cluster's nodes.

{{<note>}}
Ports 10000-19999 are reserved for database traffic. See [Network port configurations]({{<relref "/operate/rs/networking/port-configurations">}}) for more information about ports.
{{</note>}}

1. Sign in to the Cluster Manager UI of the cluster hosting the source database.

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