Skip to content

Commit 76832f1

Browse files
DOCSP-43721-migration-verifier-disclaimer (#445) (#449)
* DOCSP-43721-migration-verifier-disclaimer * make updates for migration verifier page * reword to clarify what using DDL commands means
1 parent 9f8c02d commit 76832f1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

source/reference/verification.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,17 @@ Migration Verifier connects to the source and destination clusters and performs
9999
a series of verification checks, comparing documents, views, and indexes to
100100
confirm the sync was successful.
101101

102+
Migration Verifier does not support DDL operations. Do not run any DDL
103+
operations on the source cluster while verifying data with Migration Verifier.
104+
102105
.. important::
103106

104107
Migration Verifier is an experimental and unsupported tool.
105108

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

109-
Unlike other verification methods, Migration Verifier can run concurrent
112+
Unlike other verification methods, Migration Verifier can run concurrently
110113
with ``mongosync``, checking documents on the destination cluster as they
111114
sync.
112115

source/reference/verification/verifier.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ transferring your application load from the source to the destination cluster.
2828
About This Task
2929
---------------
3030

31+
.. note::
32+
33+
Migration Verifier does not support DDL operations. Do not run any DDL
34+
operations on the source cluster while verifying data with Migration Verifier.
35+
3136
Migration Verifier is an experimental and unsupported tool.
3237

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

3641
Steps

0 commit comments

Comments
 (0)