Skip to content

Commit 0afd344

Browse files
DOCS-16652 Adds Reversing State (#282)
* DOCS-16652 New mongosync states * Fixes per Tim * Fixes spacing * Fixes per Nick Co-authored-by: Nick Villahermosa <[email protected]> * Fixes per Huan * Fixes per Huan --------- Co-authored-by: Nick Villahermosa <[email protected]>
1 parent 0797f98 commit 0afd344

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

source/reference/mongosync-states.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,16 @@ operations in that state.
8383
``COMMITTED``
8484
- The cutover for the sync process is complete.
8585
- - ``GET`` :ref:`/progress <c2c-api-progress>`
86-
- ``GET`` :ref:`/reverse <c2c-api-reverse>`
86+
- ``POST`` :ref:`/reverse <c2c-api-reverse>`
87+
88+
* - .. _c2c-state-reversing:
89+
90+
``REVERSING``
91+
92+
- The sync process copies metadata from the destination
93+
cluster to the source cluster. Then, MongoDB swaps the
94+
source and destination clusters and resumes applying
95+
change events.
96+
97+
- - ``GET`` :ref:`/progress <c2c-api-progress>`
8798

0 commit comments

Comments
 (0)