Skip to content

Commit 7de2752

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

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
@@ -145,7 +145,7 @@ Steps
145145

146146
For more information, see :ref:`c2c-verification`.
147147

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

150150
To enable writes, update :dbcommand:`setUserWriteBlockMode`:
151151

@@ -160,6 +160,11 @@ Steps
160160

161161
Then, transfer your application workload to the destination cluster.
162162

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

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

0 commit comments

Comments
 (0)