Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/includes/fact-verification-support-1.9.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If you live upgrade from any version before 1.9.0, ``mongosync`` disables embedded verification.
2 changes: 2 additions & 0 deletions source/includes/fact-verifier-limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The embedded verifier has the following limitations:

- .. include:: /includes/fact-verifier-buildIndexes

- .. include:: /includes/fact-verification-support-1.9.0.rst

Unsupported Verification Checks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 4 additions & 0 deletions source/release-notes/1.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ confirm the successful sync of collections from the source
cluster to the destination. The verifier is enabled by default
for replica set migrations.

.. note::

.. include:: /includes/fact-verification-support-1.9.0.rst

To check verification status, see the ``verification`` field in
the :ref:`/progress <c2c-api-progress>` response.

Expand Down