Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
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: 12 additions & 0 deletions source/reference/mongosync/mongosync-behavior.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,18 @@ Rolling Index Builds

.. include:: /includes/rolling-build-limitation.rst

``mongosync`` Metadata
~~~~~~~~~~~~~~~~~~~~~~

``mongosync`` stores its metadata in a database or multiple databases
during migration. The metadata databases can be named any of the following:

- ``mongosync_reserved_for_internal_use``
- Anything beginning with ``mongosync_internal_``
- Anything beginning with ``mongosync_reserved_for_verification_``

You should drop any metadata databases after a successful migration.

Destination Clusters
--------------------

Expand Down