Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/reference/beta-program-private/many-to-one.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ commands when starting :ref:`mongosync <c2c-mongosync>`:
To start the sync operation between the source clusters and the
destination cluster, see :ref:`c2c-quickstart-synchronize`.

When beginning your sync operation for a many-to-one migration, add
the following parameter to the :ref:`/start <c2c-api-start>` requests:

.. code::

"destinationDataHandling": "ignorePreExistingNamespaces"

Setting ``"destinationDataHandling"`` to ``"ignorePreExistingNamespaces"``
allows each migration to write to the destination cluster that may have
pre-existing namespaces from the other many-to-one migrations.

Behavior
--------

Expand Down