Skip to content

Commit 50a4c8e

Browse files
authored
DOCSP-33161 Disable Require Indexes Option on Atlas (#232) (#233)
1 parent 1b05e07 commit 50a4c8e

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

source/connecting/atlas-to-atlas.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Behavior
4545

4646
.. include:: /includes/fact-behavior-initial-state
4747

48+
Limitations
49+
~~~~~~~~~~~
50+
51+
.. include:: /includes/fact-atlas-require-indexes-limitation.rst
52+
4853
Example
4954
-------
5055

source/connecting/onprem-to-atlas.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Behavior
5353

5454
.. include:: /includes/fact-behavior-initial-state
5555

56+
Limitations
57+
~~~~~~~~~~~
58+
59+
.. include:: /includes/fact-atlas-require-indexes-limitation.rst
60+
5661
Example
5762
-------
5863

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Before you attempt to run ``mongosync`` with an ``M10+`` Atlas cluster, disable
2+
the :guilabel:`Require Indexes for All Queries` option.

source/reference/limitations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ General Limitations
5555
restart from the beginning when you start the new processes.
5656
- You cannot sync a collection that has a unique index and a non-unique
5757
index defined on the same field(s).
58+
- .. include:: /includes/fact-atlas-require-indexes-limitation.rst
5859

5960
MongoDB Community Edition
6061
-------------------------

0 commit comments

Comments
 (0)