File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ source to the destination cluster.
44
44
- Starting in 1.9, ``mongosync`` includes an embedded
45
45
verifier, which runs a series of verification checks on
46
46
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**
49
49
:ref:`requirements <c2c-verify-embedded-limitations>`.
50
50
51
51
When the ``mongosync`` process starts, it prompts the
@@ -159,9 +159,6 @@ source to the destination cluster.
159
159
comparing documents, views, and indexes to confirm the
160
160
sync was successful.
161
161
162
- Migration Verifier is an experimental and unsupported
163
- tool.
164
-
165
162
The specific method you use to verify your data depends on your
166
163
application workload and the complexity of the data.
167
164
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ About This Task
33
33
Migration Verifier does not support DDL operations. Do not run any DDL
34
34
operations on the source cluster while verifying data with Migration Verifier.
35
35
36
- Migration Verifier is an experimental and unsupported tool.
37
-
38
36
For installation instructions and usage limitations, see
39
37
`GitHub <https://github.com/mongodb-labs/migration-verifier>`__.
40
38
You can’t perform that action at this time.
0 commit comments