Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/reference/verification/embedded.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ Verify with Embedded Verifier
:depth: 1
:class: singlecol

.. versionadded:: 1.9

``mongosync`` includes an embedded verifier to perform a series
of checks on the destination cluster to verify the sync of
supported collections.
supported collections. ``mongosync`` enables the verifier by
default on replica set clusters.

Starting in version 1.10, ``mongosync`` enables the verifier by
default on sharded clusters.

.. note::

Expand All @@ -32,8 +37,6 @@ supported collections.
cluster’s nodes can cause the embedded verifier to fail the migration, even
if ``mongosync`` copied the documents correctly.

.. versionadded:: 1.9

About this Task
---------------

Expand Down Expand Up @@ -76,9 +79,6 @@ Steps
:language: json
:copyable: false

Note, the verifier is enabled by default for replica set
migrations.

.. step:: Examine Progress

To examine the status of the sync, use the :ref:`/progress
Expand Down
3 changes: 3 additions & 0 deletions source/release-notes/1.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Upgrades to Embedded Verifier

- .. include:: /includes/verify-reversible-migrations.rst

- ``mongosync`` enables the embedded verifier on
sharded clusters by default.

.. _c2c-older-version-support:

Older Version Support
Expand Down