Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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: 7 additions & 4 deletions source/reference/limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,16 @@ Reversing
Ensure that unique indexes exist on all shards before reversing.
- .. include:: /includes/fact-reverse-limitation.rst

.. _multiple-clusters-limitations:

Multiple Clusters
-----------------

- Syncing multiple source clusters to one destination cluster isn't
supported.
- Syncing one source cluster to many destination clusters isn't
supported.
- ``mongosync`` does not support syncing multiple source clusters to one
destination cluster.
- One cluster cannot simultaneously be a source cluster in one
``mongosync`` instance and a destination cluster in another
``mongosync`` instance.

.. _c2c-filtering-limitations:

Expand Down
8 changes: 8 additions & 0 deletions source/reference/mongosync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,14 @@ a defined sort method, you may need to update those applications to
specify the expected sort order before the applications work properly
with the migrated cluster.

Multiple Clusters
~~~~~~~~~~~~~~~~~

To sync a source cluster to multiple destination clusters, use one
``mongosync`` instance for each destination cluster. For more
information, see :ref:`Multiple Clusters Limitations
<multiple-clusters-limitations>`.

.. _c2c-mongosync-examples:

Examples
Expand Down