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
17
17
:depth: 1
18
18
:class: singlecol
19
19
20
+ .. versionadded:: 1.9
20
21
21
22
``mongosync`` includes an embedded verifier to perform a series
22
23
of 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.
24
29
25
30
.. note::
26
31
@@ -32,8 +37,6 @@ supported collections.
32
37
cluster’s nodes can cause the embedded verifier to fail the migration, even
33
38
if ``mongosync`` copied the documents correctly.
34
39
35
- .. versionadded:: 1.9
36
-
37
40
About this Task
38
41
---------------
39
42
76
79
:language: json
77
80
:copyable: false
78
81
79
- Note, the verifier is enabled by default for replica set
80
- migrations.
81
-
82
82
.. step:: Examine Progress
83
83
84
84
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
27
27
28
28
- .. include:: /includes/verify-reversible-migrations.rst
29
29
30
+ - ``mongosync`` enables the embedded verifier on
31
+ sharded clusters by default.
32
+
30
33
.. _c2c-older-version-support:
31
34
32
35
Older Version Support
You can’t perform that action at this time.
0 commit comments