This page describes changes and new features introduced in MongoDB Mongosync 1.22.
1.22.0 Release
September 9, 2026
New Features
mongosyncnow performs a check of the available disk space on the destination cluster before it starts a migration. If the estimated space that the migration requires exceeds the available space,/startreturns anInsufficientDestinationDiskSpaceerror and the migration does not start. To skip the check, such as in situations where the destination's file system storage does not accurately reflect available storage, setskipDiskSpaceChecktotruewhen you call/start. See Destination Disk Space and Request Body Parameters for more details.Adds the
ceaStagefield to the/progressAPI response. TheceaStagefield reports whether Change Event Application (CEA) is still draining the backlog of change events that accumulated during collection copy or is now applying change events that occurred after collection copy finished. Seeprogressfor more details.
Performance Improvements
- The embedded verifier now starts at the Change Event Application (CEA) phase by default. Migrations that run with verification complete faster and more reliably. During collection copy, the
/progressendpoint now reports the verifierphaseas"not started". See Verify with Embedded Verifier for more details.
Fixed Issues
- Fixes an issue where
lagTimeSecondsincreased indefinitely when a migration included capped collections.
Other Changes
mongosyncis no longer released for Amazon Linux 2, which reached end-of-life on June 30, 2026. To migrate from a host that runs Amazon Linux 2, usemongosync1.21.mongosyncno longer provides x86-64 builds for macOS.mongosyncprovides only ARM64 builds for macOS.mongosyncis now built with Go 1.26.7.
Live Upgrades
Live upgrades to mongosync 1.22 are not supported.
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.