DOC-14009 XDCR Support for CNG - #4104
Draft
rao-shwe wants to merge 17 commits into
Draft
Conversation
updated with port info and edits
updated with securetype is full, a=documented switching between direct and CNG, and added that hostname can accept couchbase2:// prefixed connection
hyunjuV
suggested changes
Jul 14, 2026
hyunjuV
reviewed
Jul 15, 2026
incorporated PM comments
PM comments and some Vale changes
updated xrefs from docs operator to docs cloud native gateway
…ouchbase/docs-server into DOC-14009-xdcr-support-for-cng
ggray-cb
requested changes
Sep 1, 2026
ggray-cb
left a comment
Contributor
There was a problem hiding this comment.
It looks like this content needs to be broken up into separate pages. I've left comments as to what parts probably need to move.
| * The self-managed CNG must allow connections from the Capella cluster nodes. | ||
| * On the Capella cluster, create a remote reference using the `couchbase2://` prefix and the self-managed cluster CNG hostname. | ||
|
|
||
| == Reference |
Contributor
There was a problem hiding this comment.
Should this be someplace in the Reference > XDCR Reference section? Maybe in https://docs.couchbase.com/server/current/xdcr-reference/xdcr-security-and-networking.html? It doesn't belong in Learn... and probably not in Manage either.
| The administrator setting up XDCR must have the `Full Admin`, `Cluster Admin` or `XDCR Admin` role, on the source cluster. | ||
|
|
||
| * Whether the the connection between source and target clusters will be managed securely, and if so, by what secure methodology. | ||
| * When creating a remote cluster reference for a target cluster fronted by Cloud Native Gateway (CNG), use the `couchbase2://` prefix in the hostname field. |
Contributor
There was a problem hiding this comment.
Suggested change
| * When creating a remote cluster reference for a target cluster fronted by Cloud Native Gateway (CNG), use the `couchbase2://` prefix in the hostname field. | |
| * When creating a remote cluster reference for a target cluster fronted by Cloud Native Gateway (CNG), use the `couchbase2://` scheme in the hostname field. |
| * Whether the the connection between source and target clusters will be managed securely, and if so, by what secure methodology. | ||
| * When creating a remote cluster reference for a target cluster fronted by Cloud Native Gateway (CNG), use the `couchbase2://` prefix in the hostname field. | ||
| This instructs XDCR to use gRPC over HTTPS instead of direct node-to-node connections. | ||
| The default CNG gRPC port is *18098*. |
Contributor
There was a problem hiding this comment.
Bold is genreally only used for UX references (buttons, dialogs, etc.).
Suggested change
| The default CNG gRPC port is *18098*. | |
| The default CNG gRPC port is 18098. |
|
|
||
| Once the reference has been saved, it can be used to specify a target cluster, when an XDCR replication is created. | ||
|
|
||
| IMPORTANT: When using the `couchbase2://` connection scheme, you must set the secureType parameter to full. |
Contributor
There was a problem hiding this comment.
Suggested change
| IMPORTANT: When using the `couchbase2://` connection scheme, you must set the secureType parameter to full. | |
| IMPORTANT: When using the `couchbase2://` connection scheme, you must set the `secureType` parameter to full. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DOC-14009