You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/reference/cutover-process.txt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ Steps
164
164
165
165
For more information, see :ref:`c2c-verification`.
166
166
167
-
.. step:: Enable application writes on the destination cluster.
167
+
.. step:: If you manually blocked writes on the destination cluster by using :dbcommand:`setUserWriteBlockMode`, enable application writes on the destination cluster.
168
168
169
169
To enable writes, update :dbcommand:`setUserWriteBlockMode`:
170
170
@@ -179,6 +179,11 @@ Steps
179
179
180
180
Then, transfer your application workload to the destination cluster.
181
181
182
+
If you started ``mongosync``
183
+
with write-blocking by using the ``enableUserWriteBlocking`` option on
184
+
the :ref:`/start <c2c-api-start>` endpoint, you do not need
185
+
to complete this step.
186
+
182
187
.. step:: Call the ``progress`` endpoint to determine the status of the ``mongosync`` process.
183
188
184
189
When the ``mongosync`` progress response indicates that the
0 commit comments