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 32a9c38 commit 0f98727Copy full SHA for 0f98727
source/reference/mongosync/mongosync-behavior.txt
@@ -235,6 +235,18 @@ Rolling Index Builds
235
236
.. include:: /includes/rolling-build-limitation.rst
237
238
+``mongosync`` Metadata
239
+~~~~~~~~~~~~~~~~~~~~~~
240
+
241
+``mongosync`` stores its metadata in a database or multiple databases
242
+during migration. The metadata databases can be named any of the following:
243
244
+- ``mongosync_reserved_for_internal_use``
245
+- Anything beginning with ``mongosync_internal_``
246
+- Anything beginning with ``mongosync_reserved_for_verification_``
247
248
+You should drop any metadata databases after a successful migration.
249
250
Destination Clusters
251
--------------------
252
0 commit comments