Skip to content

Commit 07991f7

Browse files
authored
DOCSP-47159: Clarify write blocking recommendation on finalize cutover page (#599)
* init commit * rendering fix * render * clarity * change * change * remove link
1 parent db3d7e8 commit 07991f7

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
@@ -164,7 +164,7 @@ Steps
164164

165165
For more information, see :ref:`c2c-verification`.
166166

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

169169
To enable writes, update :dbcommand:`setUserWriteBlockMode`:
170170

@@ -179,6 +179,11 @@ Steps
179179

180180
Then, transfer your application workload to the destination cluster.
181181

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

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

0 commit comments

Comments
 (0)