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