Skip to content

Commit e825872

Browse files
authored
DOCSP-33161 Disable Require Indexes Option on Atlas (#232)
1 parent 76f7b3c commit e825872

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
@@ -51,6 +51,7 @@ General Limitations
5151
isn't supported.
5252
- You cannot sync a collection that has a unique index and a non-unique
5353
index defined on the same field(s).
54+
- .. include:: /includes/fact-atlas-require-indexes-limitation.rst
5455

5556
MongoDB Community Edition
5657
-------------------------

0 commit comments

Comments
 (0)