File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
source/reference/beta-program-private Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,17 @@ commands when starting :ref:`mongosync <c2c-mongosync>`:
42
42
To start the sync operation between the source clusters and the
43
43
destination cluster, see :ref:`c2c-quickstart-synchronize`.
44
44
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
+
45
56
Behavior
46
57
--------
47
58
You can’t perform that action at this time.
0 commit comments