This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,15 @@ Verify with Embedded Verifier
1717 :depth: 1
1818 :class: singlecol
1919
20+ .. versionadded:: 1.9
2021
2122``mongosync`` includes an embedded verifier to perform a series
2223of checks on the destination cluster to verify the sync of
23- supported collections.
24+ supported collections. ``mongosync`` enables the verifier by
25+ default on replica set clusters.
26+
27+ Starting in version 1.10, ``mongosync`` enables the verifier by
28+ default on sharded clusters.
2429
2530.. note::
2631
@@ -32,8 +37,6 @@ supported collections.
3237 cluster’s nodes can cause the embedded verifier to fail the migration, even
3338 if ``mongosync`` copied the documents correctly.
3439
35- .. versionadded:: 1.9
36-
3740About this Task
3841---------------
3942
7679 :language: json
7780 :copyable: false
7881
79- Note, the verifier is enabled by default for replica set
80- migrations.
81-
8282 .. step:: Examine Progress
8383
8484 To examine the status of the sync, use the :ref:`/progress
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Upgrades to Embedded Verifier
2727
2828- .. include:: /includes/verify-reversible-migrations.rst
2929
30+ - ``mongosync`` enables the embedded verifier on
31+ sharded clusters by default.
32+
3033.. _c2c-older-version-support:
3134
3235Older Version Support
You can’t perform that action at this time.
0 commit comments