diff --git a/source/reference/mongosync/mongosync-behavior.txt b/source/reference/mongosync/mongosync-behavior.txt index f666a862b..5ced9470f 100644 --- a/source/reference/mongosync/mongosync-behavior.txt +++ b/source/reference/mongosync/mongosync-behavior.txt @@ -279,6 +279,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 --------------------