Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion source/reference/cutover-process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Steps

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

.. step:: Enable application writes on the destination cluster.
.. step:: If you manually blocked writes on the destination cluster by using :dbcommand:`setUserWriteBlockMode`, enable application writes on the destination cluster.

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

Expand All @@ -179,6 +179,11 @@ Steps

Then, transfer your application workload to the destination cluster.

If you started ``mongosync``
with write-blocking by using the ``enableUserWriteBlocking`` option on
the :ref:`/start <c2c-api-start>` endpoint, you do not need
to complete this step.

.. step:: Call the ``progress`` endpoint to determine the status of the ``mongosync`` process.

When the ``mongosync`` progress response indicates that the
Expand Down
Loading