Skip to content

Commit 389f9fc

Browse files
authored
DOCSP-34589 clarify multiple mongosync limitations (#271)
* DOCSP-34589 clarify multiple mongosync limitations * empty * DOCSP-34589 clarify multiple mongosync limitations * DOCSP-34589 copy edits * DOCSP-34589 tech edit * DOCSP-34589 tech edit * DOCSP-34589 tech edit * DOCSP-34589 tech edit * DOCSP-34589 tech edit
1 parent 8da1841 commit 389f9fc

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

source/reference/limitations.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,16 @@ Reversing
128128
Ensure that unique indexes exist on all shards before reversing.
129129
- .. include:: /includes/fact-reverse-limitation.rst
130130

131+
.. _multiple-clusters-limitations:
132+
131133
Multiple Clusters
132134
-----------------
133135

134-
- Syncing multiple source clusters to one destination cluster isn't
135-
supported.
136-
- Syncing one source cluster to many destination clusters isn't
137-
supported.
136+
- ``mongosync`` does not support syncing multiple source clusters to one
137+
destination cluster.
138+
- One cluster cannot simultaneously be a source cluster in one
139+
``mongosync`` instance and a destination cluster in another
140+
``mongosync`` instance.
138141

139142
.. _c2c-filtering-limitations:
140143

source/reference/mongosync.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,14 @@ a defined sort method, you may need to update those applications to
316316
specify the expected sort order before the applications work properly
317317
with the migrated cluster.
318318

319+
Multiple Clusters
320+
~~~~~~~~~~~~~~~~~
321+
322+
To sync a source cluster to multiple destination clusters, use one
323+
``mongosync`` instance for each destination cluster. For more
324+
information, see :ref:`Multiple Clusters Limitations
325+
<multiple-clusters-limitations>`.
326+
319327
.. _c2c-mongosync-examples:
320328

321329
Examples

0 commit comments

Comments
 (0)