Skip to content

Commit 339651e

Browse files
author
Dave Cuthbert
authored
DOCSP-23351 BACKPORT (#73)
1 parent 3cf4a1c commit 339651e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/reference/api/reverse.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,13 @@ To use the ``reverse`` endpoint:
3939
- You must have started your original sync operation with the
4040
``reversible`` and ``enableUserWriteBlocking`` options set to
4141
``true``.
42-
4342
- ``mongosync`` must be in the ``COMMITTED`` state.
43+
- 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.
4449

4550
Request
4651
-------

0 commit comments

Comments
 (0)