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
10 changes: 4 additions & 6 deletions source/includes/fact-oplog-disk-storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ sync. For example, to migrate 10 GB of data, the destination cluster must have
at least 10 GB available for the data and another 10 GB for the insert oplog
entries from the initial sync.

.. important::

To use :ref:`embedded verification <c2c-embedded-verifier>`, you must have a
larger oplog on the destination. If you enable the embedded verifier and
reduce the size of the destination oplog, the embedded verifier might not be
able to keep up, causing ``mongosync`` to error.
To use :ref:`embedded verification <c2c-embedded-verifier>`, you must have a
larger oplog on the destination. If you enable the embedded verifier and
reduce the size of the destination oplog, the embedded verifier might not be
able to keep up, causing ``mongosync`` to error.

If you need to reduce the overhead of the destination oplog entries and the
embedded verifier is disabled, you can:
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/1.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ See :ref:`c2c-api-start-params`.
Live Upgrades
~~~~~~~~~~~~~

:ref:`Live upgrades <c2c-versioning-live-upgrade>`
:ref:`Live upgrades <c2c-live-upgrade>`
to version 1.12 are not supported.

Other Notes
Expand Down