diff --git a/source/index.txt b/source/index.txt index 63fd5c325..ac549f9c5 100644 --- a/source/index.txt +++ b/source/index.txt @@ -8,8 +8,9 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb {+c2c-product-name+} provides continuous data synchronization or a -one-time data migration between two MongoDB clusters. You can enable -{+c2c-product-name+} with the :ref:`mongosync ` utility. +one-time data migration between two MongoDB clusters. For notes and caveats on +continuous sync, see the :ref:`` page. You can +enable {+c2c-product-name+} with the :ref:`mongosync ` utility. ``mongosync`` can continuously synchronize data between two clusters. You can use ``mongosync`` to create dedicated analytics, development, @@ -17,9 +18,6 @@ or testing clusters that mirror your production environment. Synchronized clusters can also support locality requirements for audit and data residency compliance. -In addition to continuous data synchronization, ``mongosync`` can also -facilitate a one time data migration between clusters. - For an overview of the ``mongosync`` process, see :ref:`about-mongosync`. To get started with ``mongosync``, refer to the :ref:`Quick Start Guide