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
5 changes: 4 additions & 1 deletion source/reference/cutover-process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Steps
If ``lagTimeSeconds`` isn't close to ``0`` when the cutover
starts, cutover might take a long time.

The following example returns the status of the synchronization process.
The following example returns the status of the
synchronization process.

Request
~~~~~~~
Expand All @@ -64,6 +65,8 @@ Steps

.. step:: Stop any write operations to the synced collections on the source.

- Wait for all transactions on the source cluster to either commit or
abort.
- If you start ``mongosync`` with ``enableUserWriteBlocking``
set to ``true``, ``mongosync`` blocks all write operations on
the entire source cluster during the commit (step 4) for you.
Expand Down