This page describes changes and new features introduced in MongoDB Mongosync 1.19.
1.19.0 Release
January 27, 2026
Compatibility
Starting in 1.19,
mongosyncno longer supports migrating from source clusters that run MongoDB 4.4. Additionally,mongosyncdoes not support migrating to destination clusters that run MongoDB 6.0. For updated version compatibility, see MongoDB Server Version Compatibility.Drops support for Ubuntu 18.04. Adds support for Amazon Linux 2023 ARM64. See Install on Linux for updated Linux compatibility.
New Features
Adds
indexBuildingobject to the/progressAPI response and logs to report progress on index builds. Seeprogressfor more details.Adds a feature that automatically reduces the degree of parallelism of collection copy phase writes for small migrations to small destination clusters. For more details, see Collection Copy.
mongosyncautomatically optimizes index builds on destination clusters by batching and parallelizingcreateIndexescommands. For more information and to explicitly configure batching and parallelism, see Index Build Optimizations.Adds the
estimatedOplogTimeRemainingfield to the /progress API response and logs. This field estimates the oplog time available on the source cluster and helps you determine whether the source oplog is large enough formongosyncto complete the migration.Adds the
warningsfield to the /progress API response and logs.mongosyncincludes this field when the estimated oplog time remaining on the source cluster is too low for a successful migration.
Fixed Issues
Fixes a bug where the embedded verifier reported a mismatch if a source collection had the
autoIndexIdcollection option, which was deprecated in MongoDB 3.2 and removed in MongoDB 3.4.Fixes a bug where the embedded verifier overestimated the amount of memory needed for verification in sharded clusters.
Other Changes
mongosynclogs now include apidfield that indicates the process ID (PID) of the currentmongosyncprocess. This helps when a single log file contains logs from multiplemongosyncruns.
Live Upgrades
Live upgrades to mongosync 1.19 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.