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 3cf4a1c commit 339651eCopy full SHA for 339651e
source/reference/api/reverse.txt
@@ -39,8 +39,13 @@ To use the ``reverse`` endpoint:
39
- You must have started your original sync operation with the
40
``reversible`` and ``enableUserWriteBlocking`` options set to
41
``true``.
42
-
43
- ``mongosync`` must be in the ``COMMITTED`` state.
+- Source and destination clusters must be MongoDB 6.0 or later.
44
+- :ref:`Unique indexes <index-type-unique>` on the original source
45
+ cluster must be formatted properly. If an upgraded cluster has unique
46
+ indexes that were created in MongoDB 4.2 or earlier, you must
47
+ :ref:`resync <resync-replica-member>` all of the nodes in the
48
+ original source cluster before reversing.
49
50
Request
51
-------
0 commit comments