This page describes changes and new features introduced in MongoDB Mongosync 1.14.
1.14.0 Release
June 5, 2025
API Changes
Live Upgrades
Live upgrades to 1.14 are not supported.
Fixed Issues
Fixes a bug where
mongosyncexited during collection copy upon seeing a transient error. Now,mongosyncwill retry on retryable errors.Fixes a bug where the embedded verifier could have caused long downtime during
commitif the source cluster has a lot of unique or hidden indexes.
Other Notes
Fixes a case where
mongosyncexited unexpectedly without printing a fatal log error. Now, ifmongosyncexits unexpectedly, it prints a log error.Fixes a bug introduced in
mongosyncversion 1.10 where theprogressendpoint overcounted the verifier'sestimatedDocumentCount.If the verifier finds checksum mismatches, it might re-fetch some documents from the source or destination cluster to check if the mismatch is due to differences in field order. This might lead to cutover taking slightly longer.
Minimum Supported Version
For information on minimum supported versions, see MongoDB Server Version Compatibility.
For best performance, upgrade your source and destination clusters to the most recent MongoDB Server patch release prior to migration. For more information, see Upgrade to the Latest Self-Managed Patch Release of MongoDB.