This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ Can I change the load level while ``mongosync`` is syncing?
23
23
Yes, you can adjust the cluster workload level during a migration by
24
24
following the steps in :ref:`c2c-reconfigure-mid-migration`.
25
25
26
+ .. _c2c-faq-reads-writes-mongosync:
27
+
26
28
Can I perform reads or writes to my destination cluster while ``mongosync`` is syncing?
27
29
---------------------------------------------------------------------------------------
28
30
@@ -232,4 +234,11 @@ Can I customize chunk distributions when syncing into a sharded cluster?
232
234
No, you can't configure ``mongosync`` to customize chunk distributions
233
235
on a destination sharded cluster. ``mongosync`` samples each collection
234
236
during initialization to determine how to distribute documents
235
- efficiently across the destination cluster’s shards after migration.
237
+ efficiently across the destination cluster’s shards after migration.
238
+
239
+ Can I use mongosync to set up a Disaster Recovery cluster?
240
+ ----------------------------------------------------------
241
+
242
+ This is not possible to do with ``mongosync`` today, since
243
+ ``mongosync`` must commit in order to safely accept traffic to the
244
+ destination cluster. For more information, see :ref:`c2c-faq-reads-writes-mongosync`.
You can’t perform that action at this time.
0 commit comments