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
7 changes: 5 additions & 2 deletions source/reference/verification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,17 @@ Migration Verifier connects to the source and destination clusters and performs
a series of verification checks, comparing documents, views, and indexes to
confirm the sync was successful.

Migration Verifier does not support DDL operations. Do not run any DDL
operations on the source cluster while verifying data with Migration Verifier.

.. important::

Migration Verifier is an experimental and unsupported tool.

For installation instructions, see
For installation instructions and usage limitations, see
`GitHub <https://github.com/mongodb-labs/migration-verifier>`__.

Unlike other verification methods, Migration Verifier can run concurrent
Unlike other verification methods, Migration Verifier can run concurrently
with ``mongosync``, checking documents on the destination cluster as they
sync.

Expand Down
7 changes: 6 additions & 1 deletion source/reference/verification/verifier.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ transferring your application load from the source to the destination cluster.
About This Task
---------------

.. note::

Migration Verifier does not support DDL operations. Do not run any DDL
operations on the source cluster while verifying data with Migration Verifier.

Migration Verifier is an experimental and unsupported tool.

For installation instructions, see
For installation instructions and usage limitations, see
`GitHub <https://github.com/mongodb-labs/migration-verifier>`__.

Steps
Expand Down