File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,26 @@ error occurs, the ``mongosync`` log may contain the word "error' but
296
296
``mongosync`` is still able to complete the sync. In the case that a
297
297
sync does not complete, ``mongosync`` writes a fatal log entry.
298
298
299
+ UUIDs
300
+ ~~~~~
301
+
302
+ ``mongosync`` creates collections with new :abbr:`UUIDs (universally
303
+ unique identifiers)` on the destination cluster. There is no
304
+ relationship between UUIDs on the source cluster and the destination
305
+ cluster. If applications contain hard-coded UUIDs (which MongoDB does
306
+ not recommend), you may need to update those applications before they
307
+ work properly with the migrated cluster.
308
+
309
+ Sorting
310
+ ~~~~~~~
311
+
312
+ ``mongosync`` inserts documents on the destination cluster in an
313
+ undefined order which does not preserve natural sort order from the
314
+ source cluster. If applications depend on document order but don't have
315
+ a defined sort method, you may need to update those applications to
316
+ specify the expected sort order before the applications work properly
317
+ with the migrated cluster.
318
+
299
319
.. _c2c-mongosync-examples:
300
320
301
321
Examples
You can’t perform that action at this time.
0 commit comments