We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dd475 commit a88023cCopy full SHA for a88023c
source/reference/api/reverse.txt
@@ -42,9 +42,14 @@ To use the ``reverse`` endpoint:
42
call to the :ref:`/start <c2c-api-start>` API endpoint must set:
43
44
- ``reversible`` to ``true``
45
- - ``enableUserWriteBlocking`` to ``true``
46
-
47
- You cannot update these options after the sync starts.
+ - ``enableUserWriteBlocking`` to ``true``.
+
+.. note::
48
49
+ :ref:`c2c-write-blocking` is a prerequisite for running ``reverse``.
50
51
+You cannot update these options after the sync starts.
52
53
- ``mongosync`` must be in the ``COMMITTED`` state.
54
- The destination cluster oplog must not roll over between
55
``mongosync`` reaching ``canWrite=true`` and receiving
0 commit comments