Skip to content

Commit 3c99fa6

Browse files
DOCS-16652 Adds Reversing State (#282) (#354)
* DOCS-16652 New mongosync states * Fixes per Tim * Fixes spacing * Fixes per Nick * Fixes per Huan * Fixes per Huan --------- Co-authored-by: Nick Villahermosa <nick.villahermosa@mongodb.com>
1 parent 6cc3aca commit 3c99fa6

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
@@ -85,5 +85,16 @@ operations in that state.
8585
``COMMITTED``
8686
- The cutover for the sync process is complete.
8787
- - ``GET`` :ref:`/progress <c2c-api-progress>`
88-
- ``GET`` :ref:`/reverse <c2c-api-reverse>`
88+
- ``POST`` :ref:`/reverse <c2c-api-reverse>`
89+
90+
* - .. _c2c-state-reversing:
91+
92+
``REVERSING``
93+
94+
- The sync process copies metadata from the destination
95+
cluster to the source cluster. Then, MongoDB swaps the
96+
source and destination clusters and resumes applying
97+
change events.
98+
99+
- - ``GET`` :ref:`/progress <c2c-api-progress>`
89100

0 commit comments

Comments
 (0)