This page describes changes and new features introduced in MongoDB Mongosync 1.16.
1.16.0 Release
August 12, 2025
New Features
Natural Scan Capability
Starting in version 1.16.0, mongosync
supports copy in natural sort order for databases and
collections to the destination cluster with the copyInNaturalOrder
parameter in the /start API endpoint.
For more information, see /start Request Body Parameters.
Build Indexes After Data Copy
Adds new options for the buildIndexes
parameter in the /start API endpoint:
afterDataCopy
option causesmongosync
to build indexes on the destination cluster after collection copy, reducing migration time.excludeHashedAfterCopy
option causesmongosync
to build non-hashed indexes on the destination cluster after collection copy.
For more information, see /start Request Body Parameters.
OTel Metrics Logs
Adds new configuration options for OpenTelemetry (OTel) metrics logging when running the
mongosync
binary:
disableMetricsLogging
to disable the default metrics logging behavior.metricsLoggingFilepath
to specify the file path for metrics logging.
For more information, see Mongosync Metrics.
Live Upgrades
Live upgrades to 1.16 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.