From 87959aa709717d0d434368117dd81e1dcce9370a Mon Sep 17 00:00:00 2001 From: ltran-mdb2 <143426234+ltran-mdb2@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:35:52 -0500 Subject: [PATCH] DOCSP-45060-ignorePreExistingNamespaces-incompatibility (#500) (cherry picked from commit 239fab967303c8858516e2e62f1807bbeaaf84fa) --- source/reference/beta-program/destinationDataHandling.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/reference/beta-program/destinationDataHandling.txt b/source/reference/beta-program/destinationDataHandling.txt index e1a7fc20d..85d743e95 100644 --- a/source/reference/beta-program/destinationDataHandling.txt +++ b/source/reference/beta-program/destinationDataHandling.txt @@ -53,6 +53,9 @@ The following table shows the strings you can set for cluster. Ensure your destination namespaces are different from those ``mongosync`` replicates from the source cluster. + ``"ignorePreExistingNamespaces"`` is not compatible with + :ref:`c2c-api-reverse`. + If you omit a ``"destinationDataHandling"`` string, and the destination cluster has user data, ``mongosync`` returns an error. Otherwise, ``mongosync`` continues the sync operation.