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
7 changes: 7 additions & 0 deletions source/reference/mongosync/mongosync-behavior.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ Read Preference
connecting to the source and destination clusters. For more information,
see :ref:`connections-read-preference`.

Legacy Index Handling
~~~~~~~~~~~~~~~~~~~~~

``mongosync`` rewrites legacy index values, like ``0`` or an empty
string, to ``1`` on the destination. ``mongosync`` also removes any
invalid index options on the destination.

.. _mongosync-considerations:

Considerations for Continuous Sync
Expand Down