Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions source/reference/limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,17 @@ System Collections
------------------

.. include:: /includes/collections/behavior-system-collections.rst

Rolling Index Builds
--------------------

``mongosync`` does not support :ref:`rolling index builds
<index-building-replica-sets>` during migration. To avoid building
indexes in a rolling fashion during migration, use one of the following
methods to ensure that your destination indexes match your source
indexes:

- Build the index on the source before migration.
- Build the index on the source during migration with a non-rolling
index build.
- Build the index on the destination after migration.