We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b907945 commit 8d1329aCopy full SHA for 8d1329a
source/reference/mongosync/mongosync-behavior.txt
@@ -281,6 +281,18 @@ Rolling Index Builds
281
282
.. include:: /includes/rolling-build-limitation.rst
283
284
+``mongosync`` Metadata
285
+~~~~~~~~~~~~~~~~~~~~~~
286
+
287
+``mongosync`` stores its metadata in a database or multiple databases
288
+during migration. The metadata databases can be named any of the following:
289
290
+- ``mongosync_reserved_for_internal_use``
291
+- Anything beginning with ``mongosync_internal_``
292
+- Anything beginning with ``mongosync_reserved_for_verification_``
293
294
+You should drop any metadata databases after a successful migration.
295
296
Destination Clusters
297
--------------------
298
0 commit comments