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
@@ -145,7 +145,7 @@ Steps
145
145
146
146
For more information, see :ref:`c2c-verification`.
147
147
148
-
.. step:: Enable application writes on the destination cluster.
148
+
.. step:: If you manually blocked writes on the destination cluster by using :dbcommand:`setUserWriteBlockMode`, enable application writes on the destination cluster.
149
149
150
150
To enable writes, update :dbcommand:`setUserWriteBlockMode`:
151
151
@@ -160,6 +160,11 @@ Steps
160
160
161
161
Then, transfer your application workload to the destination cluster.
162
162
163
+
If you started ``mongosync``
164
+
with write-blocking by using the ``enableUserWriteBlocking`` option on
165
+
the :ref:`/start <c2c-api-start>` endpoint, you do not need
166
+
to complete this step.
167
+
163
168
.. step:: Call the ``progress`` endpoint to determine the status of the ``mongosync`` process.
164
169
165
170
When the ``mongosync`` progress response indicates that the
0 commit comments