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 cd970b1 commit 26754c8Copy full SHA for 26754c8
source/reference/mongosync/mongosync-behavior.txt
@@ -278,6 +278,18 @@ Rolling Index Builds
278
279
.. include:: /includes/rolling-build-limitation.rst
280
281
+``mongosync`` Metadata
282
+~~~~~~~~~~~~~~~~~~~~~~
283
+
284
+``mongosync`` stores its metadata in a database or multiple databases
285
+during migration. The metadata databases can be named any of the following:
286
287
+- ``mongosync_reserved_for_internal_use``
288
+- Anything beginning with ``mongosync_internal_``
289
+- Anything beginning with ``mongosync_reserved_for_verification_``
290
291
+You should drop any metadata databases after a successful migration.
292
293
Destination Clusters
294
--------------------
295
0 commit comments