Skip to content

Commit 9468774

Browse files
DOCSP-46986-destinationDataHandling-note (#598)
* DOCSP-46986-destinationDataHandling-note * add additional info * wording * remove internal content
1 parent 5b58ed2 commit 9468774

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/reference/beta-program-private/many-to-one.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ commands when starting :ref:`mongosync <c2c-mongosync>`:
4242
To start the sync operation between the source clusters and the
4343
destination cluster, see :ref:`c2c-quickstart-synchronize`.
4444

45+
When beginning your sync operation for a many-to-one migration, add
46+
the following parameter to the :ref:`/start <c2c-api-start>` requests:
47+
48+
.. code::
49+
50+
"destinationDataHandling": "ignorePreExistingNamespaces"
51+
52+
Setting ``"destinationDataHandling"`` to ``"ignorePreExistingNamespaces"``
53+
allows each migration to write to the destination cluster that may have
54+
pre-existing namespaces from the other many-to-one migrations.
55+
4556
Behavior
4657
--------
4758

0 commit comments

Comments
 (0)