diff --git a/source/index.txt b/source/index.txt index a3503db76..d2e44b89d 100644 --- a/source/index.txt +++ b/source/index.txt @@ -6,8 +6,6 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb -.. include:: /includes/in-dev.rst - {+c2c-product-name+} provides continuous data synchronization or a one-time data migration between MongoDB clusters. You can enable {+c2c-product-name+} with the :ref:`mongosync ` utility. diff --git a/source/reference/limitations.txt b/source/reference/limitations.txt index c6f3a2d1b..fb7e1a47c 100644 --- a/source/reference/limitations.txt +++ b/source/reference/limitations.txt @@ -62,7 +62,7 @@ General Limitations - ``mongosync`` only supports clusters that use the :ref:`WiredTiger ` storage engine. - You can't sync a collection with any documents that have an empty timestamp, - such as ``Timestamp(0,0)``. + such as ``Timestamp(0,0)`` on pre-6.0 source clusters. MongoDB Community Edition ------------------------- diff --git a/source/release-notes/1.9.txt b/source/release-notes/1.9.txt index aa61e6b13..34e1c98ba 100644 --- a/source/release-notes/1.9.txt +++ b/source/release-notes/1.9.txt @@ -12,16 +12,43 @@ Release Notes for mongosync 1.9 :depth: 2 :class: singlecol -.. include:: /includes/in-dev.rst - .. _1.9.0-c2c-release-notes: This page describes changes and new features introduced in {+c2c-full-product-name+} 1.9 and the {+c2c-full-beta-program+}. +1.9.0 Release +------------- + +**Upcoming** + +Other Notes +~~~~~~~~~~~ + +New Features: + +- ``mongosync`` now supports migrating documents that have an empty timestamp + values, such as Timestamp(0,0) for source clusters using MongoDB version 6.0 + or later. + +- Added a ``stdin`` disclaimer to the ``mongosync`` executable regarding + verification. Users must to accept this disclaimer before ``mongosync`` + can run. + +- Added ``--acceptDisclaimer`` flag for users that have previously read the + disclaimer to bypass it. + +- Added a memory check in the ``/start`` endpoint for enabling verification. + Verification requires 10 GB of base memory and 0.5 GB per 1 million documents. + +Optimizations: + +- Increased internal timeout to reduce the occurrence of timeout failures during + initialization + Minimum Supported Version ------------------------- -In 1.9.0, the minimum supported versions of MongoDB are 6.0.16 and 7.0.9. +In 1.9.0, the minimum supported versions of MongoDB are 6.0.17 and 7.0.13. .. include:: /includes/migration-upgrade-recommendation.rst