Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Developer Guide 2.0
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
5.8 Cross Datacenter Replication (XDCR)
Chapter Sections
Chapters

5.8.11. Using XDCR in Cloud Deployments

If you want to use XDCR within a cloud deployment to replicate between two or more clusters that are deployed in the cloud, there are some additional configuration requirements:

By updating the CNAME records, replication should be able to persist over a public, internet- based connection, even though the individual IP of different nodes within each cluster configured in XDCR.

For additional security, you should configure your security groups to allow traffic only on the required ports between the IP addresses for each cluster. To configure security groups, you will need to specify the inbound port and IP address range. You will also need to ensure that the security also includes the right port and IP addresses for the remainder of your cluster to allow communication between the nodes within the cluster.

Node GroupPortsIP Addresses
Nodes within cluster4369, 8091, 8092,9, 11210, 21100-21199IP of cluster nodes
XDCR Nodes8091, 8092IP of remote clusters

For more information in general about using Couchbase Server in the cloud, see Section 4.6, “Using Couchbase in the Cloud”.