Skip to content

Commit 82646b4

Browse files
[DOCSP-50477]: Remove misleading sentence & add facet (#12349)
* [DOCSP-50477]: Remove misleading sentence & add facet * add: change to current folder
1 parent 804df23 commit 82646b4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

content/cluster-to-cluster-sync/current/source/reference/cutover-process.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ Finalize Cutover Process
66

77
.. default-domain:: mongodb
88

9+
..facet::
10+
:name: genre
11+
:values: tutorial
12+
913
.. contents:: On this page
1014
:local:
1115
:backlinks: none
1216
:class: singlecol
1317
:depth: 1
1418

19+
1520
You can finalize a migration and transfer your application
1621
workload from the source to the destination cluster using the
1722
:ref:`mongosync <c2c-mongosync>` cutover process.
@@ -129,9 +134,6 @@ Steps
129134
After you submit a ``commit`` request, call the ``progress`` endpoint
130135
to ensure that the ``mongosync`` state is ``COMMITTING`` or
131136
``COMMITTED``.
132-
133-
Once you complete this step, ``mongosync`` blocks writes on the source
134-
cluster.
135137

136138
If your source cluster contains Persistant Query Settings (PQS), you must
137139
:ref:`manually migrate PQS <c2c-migrate-pqs>` to your destination cluster.

content/cluster-to-cluster-sync/v1.13/source/reference/cutover-process.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Finalize Cutover Process
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: tutorial
12+
913
.. contents:: On this page
1014
:local:
1115
:backlinks: none
@@ -130,9 +134,6 @@ Steps
130134
to ensure that the ``mongosync`` state is ``COMMITTING`` or
131135
``COMMITTED``.
132136

133-
Once you complete this step, ``mongosync`` blocks writes on the source
134-
cluster.
135-
136137
If your source cluster contains Persistant Query Settings (PQS), you must
137138
:ref:`manually migrate PQS <c2c-migrate-pqs>` to your destination cluster.
138139

0 commit comments

Comments
 (0)