From 097cf2326c4456a7837d2b95d337308a0b6be613 Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Mon, 11 Nov 2024 15:51:50 -0500 Subject: [PATCH 1/4] DOCSP-44974-cluster-to-cluster-considerations-for-continuous-sync --- source/index.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/index.txt b/source/index.txt index 85e44702b..6279ffdb7 100644 --- a/source/index.txt +++ b/source/index.txt @@ -7,8 +7,9 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb {+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. +one-time data migration between MongoDB clusters. See the :ref:`` +page for current considerations on ``mongosync`` usage. 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, @@ -16,9 +17,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 From 56e0024eaf89e698fbc62c985f90f17a914ae942 Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Mon, 11 Nov 2024 16:34:42 -0500 Subject: [PATCH 2/4] reviewer changes --- source/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/index.txt b/source/index.txt index 6279ffdb7..0d00f0125 100644 --- a/source/index.txt +++ b/source/index.txt @@ -7,9 +7,9 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb {+c2c-product-name+} provides continuous data synchronization or a -one-time data migration between MongoDB clusters. See the :ref:`` -page for current considerations on ``mongosync`` usage. You can enable {+c2c-product-name+} -with the :ref:`mongosync ` utility. +one-time data migration between MongoDB clusters. For current considerations on +``mongosync`` usage, 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, From d0f9bb97713abd90478d83739514ddd8f6201d27 Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Tue, 12 Nov 2024 10:01:31 -0500 Subject: [PATCH 3/4] rephrase --- source/index.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.txt b/source/index.txt index 0d00f0125..9a6a69321 100644 --- a/source/index.txt +++ b/source/index.txt @@ -7,8 +7,8 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb {+c2c-product-name+} provides continuous data synchronization or a -one-time data migration between MongoDB clusters. For current considerations on -``mongosync`` usage, see the :ref:`` page. You can +one-time data migration between MongoDB clusters. For notes and caveaats 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. From 51aa46a8ef83715896e3a259566a62cb2e545ff1 Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Tue, 12 Nov 2024 10:05:15 -0500 Subject: [PATCH 4/4] typo --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 9a6a69321..af21bc88e 100644 --- a/source/index.txt +++ b/source/index.txt @@ -7,7 +7,7 @@ Cluster-to-Cluster Sync .. default-domain:: mongodb {+c2c-product-name+} provides continuous data synchronization or a -one-time data migration between MongoDB clusters. For notes and caveaats on +one-time data migration between MongoDB clusters. For notes and caveats on continuous sync, see the :ref:`` page. You can enable {+c2c-product-name+} with the :ref:`mongosync ` utility.