File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,28 @@ Synchronize Data Between Clusters with Different MongoDB Server Major Versions
3131
3232.. include:: /includes/cross-version-sync.rst
3333
34+ Other Notes
35+ ~~~~~~~~~~~
36+
37+ New Features:
38+
39+ - ``mongosync`` now truncates logged fields that contain more than 1,024
40+ characters.
41+
42+ Issues Fixed:
43+
44+ - Fixed bug introduced in ``mongosync`` 1.5.0 that may cause ORR to insert
45+ capped collection documents out of order. That is, documents on the source
46+ and destination cluster may not be deleted from the capped collection in the
47+ same order. This bug is only triggered if documents are inserted into a
48+ capped collection during migration, before or while the Collection Copy phase
49+ is working on the same capped collection.
50+
51+ - Fixed bug introduced in 1.6 that caused ``mongosync`` to fail during
52+ initialization if the user specified only an exclusion filter and there were
53+ no fully excluded databases.
54+
3455Minimum Supported Version
3556-------------------------
3657
37- In 1.7.0, the minimum supported version of MongoDB is 6.0.8.
58+ In 1.7.0, the minimum supported version of MongoDB is 6.0.8 and 7.0.0 .
You can’t perform that action at this time.
0 commit comments