Skip to content

Commit 1ec7727

Browse files
author
Dave Cuthbert
authored
DOCSP-23351 unique index req v0.9.0 (#60)
* DOCSP-23351 unique index requirement * Staging fixes * Staging fixes * Review feedback * Review feedback * Review feedback * Review feedback
1 parent ccabb19 commit 1ec7727

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
@@ -40,8 +40,13 @@ To use the ``reverse`` endpoint:
4040
- You must have started your original sync operation with the
4141
``reversible`` and ``enableUserWriteBlocking`` options set to
4242
``true``.
43-
4443
- ``mongosync`` must be in the ``COMMITTED`` state.
44+
- 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.
4550

4651
Request
4752
-------

0 commit comments

Comments
 (0)