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 2 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
7 changes: 3 additions & 4 deletions source/reference/verification/embedded.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Verify with Embedded Verifier

``mongosync`` includes an embedded verifier to perform a series
of checks on the destination cluster to verify the sync of
supported collections.
supported collections. Starting in version 1.9, ``mongosync`` enables
the verifier by default on replica set clusters. In version 1.10,
``mongosync`` enables the verifier by default on sharded clusters.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it may be better to omit the 1.9 and instead say in a separate line something like: "mongosync enables the embedded verifier by default"
and then under it new in 1.10

Similar to how it is done below on this page I think where it says ".. versionadded:: 1.9"


.. note::

Expand Down Expand Up @@ -76,9 +78,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`` now enables the embedded verifier on
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] I think we can remove "now" for further conciseness/brevity!

sharded clusters by default.

.. _c2c-older-version-support:

Older Version Support
Expand Down