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
@@ -156,7 +156,7 @@ Steps
156
156
157
157
For more information, see :ref:`c2c-verification`.
158
158
159
-
.. step:: Enable application writes on the destination cluster.
159
+
.. step:: If you manually blocked writes on the destination cluster by using :dbcommand:`setUserWriteBlockMode`, enable application writes on the destination cluster.
160
160
161
161
To enable writes, update :dbcommand:`setUserWriteBlockMode`:
162
162
@@ -171,6 +171,11 @@ Steps
171
171
172
172
Then, transfer your application workload to the destination cluster.
173
173
174
+
If you started ``mongosync``
175
+
with write-blocking by using the ``enableUserWriteBlocking`` option on
176
+
the :ref:`/start <c2c-api-start>` endpoint, you do not need
177
+
to complete this step.
178
+
174
179
.. step:: Call the ``progress`` endpoint to determine the status of the ``mongosync`` process.
175
180
176
181
When the ``mongosync`` progress response indicates that the
0 commit comments