Skip to content

Commit 6910dfd

Browse files
authored
DOCSP-46115 removes mongosync caveat and highlights embedded verifier (#537)
* Updates mongosync to remove caveat and add highlight * Fixes rendering issue * Removes line calling MV unsupported
1 parent 18b5e40 commit 6910dfd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

source/reference/verification.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ source to the destination cluster.
4444
- Starting in 1.9, ``mongosync`` includes an embedded
4545
verifier, which runs a series of verification checks on
4646
the source and destination clusters to confirm that the
47-
migration was successful. This is the preferred
48-
verification method for deployments that meet the
47+
migration was successful. **This is the preferred
48+
verification method for deployments that meet the**
4949
:ref:`requirements <c2c-verify-embedded-limitations>`.
5050

5151
When the ``mongosync`` process starts, it prompts the
@@ -159,9 +159,6 @@ source to the destination cluster.
159159
comparing documents, views, and indexes to confirm the
160160
sync was successful.
161161

162-
Migration Verifier is an experimental and unsupported
163-
tool.
164-
165162
The specific method you use to verify your data depends on your
166163
application workload and the complexity of the data.
167164

source/reference/verification/verifier.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ About This Task
3333
Migration Verifier does not support DDL operations. Do not run any DDL
3434
operations on the source cluster while verifying data with Migration Verifier.
3535

36-
Migration Verifier is an experimental and unsupported tool.
37-
3836
For installation instructions and usage limitations, see
3937
`GitHub <https://github.com/mongodb-labs/migration-verifier>`__.
4038

0 commit comments

Comments
 (0)