Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 6729e3c

Browse files
committed
init commit
1 parent 9da7e4e commit 6729e3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/reference/cutover-process.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ Steps
164164

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

167-
.. step:: Enable application writes on the destination cluster.
167+
.. step:: If you did not start ``mongosync`` with
168+
:ref:`write-blocking <c2c-write-blocking>`,
169+
enable application writes on the destination cluster.
168170

169171
To enable writes, update :dbcommand:`setUserWriteBlockMode`:
170172

@@ -179,6 +181,10 @@ Steps
179181

180182
Then, transfer your application workload to the destination cluster.
181183

184+
You do not need to do this step if you start ``mongosync``
185+
with write-blocking using the ``enableUserWriteBlocking`` option when
186+
you call the :ref:`/start <c2c-api-start>` API endpoint.
187+
182188
.. step:: Call the ``progress`` endpoint to determine the status of the ``mongosync`` process.
183189

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

0 commit comments

Comments
 (0)