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