File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
content/cluster-to-cluster-sync Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,17 @@ Finalize Cutover Process
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ ..facet::
10
+ :name: genre
11
+ :values: tutorial
12
+
9
13
.. contents:: On this page
10
14
:local:
11
15
:backlinks: none
12
16
:class: singlecol
13
17
:depth: 1
14
18
19
+
15
20
You can finalize a migration and transfer your application
16
21
workload from the source to the destination cluster using the
17
22
:ref:`mongosync <c2c-mongosync>` cutover process.
@@ -129,9 +134,6 @@ Steps
129
134
After you submit a ``commit`` request, call the ``progress`` endpoint
130
135
to ensure that the ``mongosync`` state is ``COMMITTING`` or
131
136
``COMMITTED``.
132
-
133
- Once you complete this step, ``mongosync`` blocks writes on the source
134
- cluster.
135
137
136
138
If your source cluster contains Persistant Query Settings (PQS), you must
137
139
:ref:`manually migrate PQS <c2c-migrate-pqs>` to your destination cluster.
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Finalize Cutover Process
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ .. facet::
10
+ :name: genre
11
+ :values: tutorial
12
+
9
13
.. contents:: On this page
10
14
:local:
11
15
:backlinks: none
@@ -130,9 +134,6 @@ Steps
130
134
to ensure that the ``mongosync`` state is ``COMMITTING`` or
131
135
``COMMITTED``.
132
136
133
- Once you complete this step, ``mongosync`` blocks writes on the source
134
- cluster.
135
-
136
137
If your source cluster contains Persistant Query Settings (PQS), you must
137
138
:ref:`manually migrate PQS <c2c-migrate-pqs>` to your destination cluster.
138
139
You can’t perform that action at this time.
0 commit comments