Skip to content

Commit 0bd499e

Browse files
DOCSP-47159: Clarify write blocking recommendation on finalize cutover page (#599) (#606)
* init commit * rendering fix * render * clarity * change * change * remove link (cherry picked from commit 07991f7) Co-authored-by: Maya Raman <[email protected]>
1 parent 3bf8400 commit 0bd499e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/reference/cutover-process.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Steps
156156

157157
For more information, see :ref:`c2c-verification`.
158158

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.
160160

161161
To enable writes, update :dbcommand:`setUserWriteBlockMode`:
162162

@@ -171,6 +171,11 @@ Steps
171171

172172
Then, transfer your application workload to the destination cluster.
173173

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+
174179
.. step:: Call the ``progress`` endpoint to determine the status of the ``mongosync`` process.
175180

176181
When the ``mongosync`` progress response indicates that the

0 commit comments

Comments
 (0)