Skip to content

Commit 18e4c06

Browse files
authored
DOCSP-46115 removes mongosync caveat and highlights embedded verifier (#537) (#543)
* Updates mongosync to remove caveat and add highlight * Fixes rendering issue * Removes line calling MV unsupported (cherry picked from commit 6910dfd) # Conflicts: # source/reference/verification.txt # source/reference/verification/verifier.txt
1 parent 4e0eb72 commit 18e4c06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/reference/verification.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ source to the destination cluster.
133133
comparing documents, views, and indexes to confirm the
134134
sync was successful.
135135

136-
Migration Verifier is an experimental and unsupported
137-
tool.
138-
139136
The specific method you use to verify your data depends on your
140137
application workload and the complexity of the data.
141138

source/reference/verification/verifier.txt

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

31-
Migration Verifier is an experimental and unsupported tool.
31+
.. note::
3232

33-
For installation instructions, see
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+
36+
For installation instructions and usage limitations, see
3437
`GitHub <https://github.com/mongodb-labs/migration-verifier>`__.
3538

3639
Steps

0 commit comments

Comments
 (0)