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
13 changes: 12 additions & 1 deletion source/reference/mongosync-states.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,16 @@ operations in that state.
``COMMITTED``
- The cutover for the sync process is complete.
- - ``GET`` :ref:`/progress <c2c-api-progress>`
- ``GET`` :ref:`/reverse <c2c-api-reverse>`
- ``POST`` :ref:`/reverse <c2c-api-reverse>`

* - .. _c2c-state-reversing:

``REVERSING``

- The sync process copies metadata from the destination
cluster to the source cluster. Then, MongoDB swaps the
source and destination clusters and resumes applying
change events.

- - ``GET`` :ref:`/progress <c2c-api-progress>`