Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
MongoDB Mongosync
/

Release Notes for mongosync 1.16

This page describes changes and new features introduced in MongoDB Mongosync 1.16.

August 12, 2025

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.

Adds new options for the buildIndexes parameter in the /start API endpoint:

  • afterDataCopy option causes mongosync to build indexes on the destination cluster after collection copy, reducing migration time.

  • excludeHashedAfterCopy option causes mongosync to build non-hashed indexes on the destination cluster after collection copy.

For more information, see /start Request Body Parameters.

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 to 1.16 are not supported.

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.

Back

Release Notes

On this page