Skip to content

Commit d6d7594

Browse files
authored
DOCSP-33399 role limitation (#248)
* DOCSP-33399 Adds role sync limitation * Force build * Force build * Fixes per Felipe
1 parent f49069a commit d6d7594

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

source/reference/limitations.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Limitations
2424
General Limitations
2525
-------------------
2626

27-
.. note::
27+
.. note::
2828

29-
For information on MongoDB server compatility, see
29+
For information on MongoDB server compatility, see
3030
:ref:`c2c-server-version-compatibility`.
3131

3232
- The destination cluster must be empty.
3333
- ``mongosync`` doesn't validate that the clusters or the environment
34-
are properly configured.
34+
are properly configured.
3535
- Other clients must not write to the destination cluster while
3636
``mongosync`` is running.
3737
- If write blocking is disabled, the client must :ref:`prevent writes
@@ -52,6 +52,7 @@ General Limitations
5252
- You cannot sync a collection that has a unique index and a non-unique
5353
index defined on the same field(s).
5454
- .. include:: /includes/fact-atlas-require-indexes-limitation.rst
55+
- ``mongosync`` doesn't sync users or roles.
5556

5657
MongoDB Community Edition
5758
-------------------------
@@ -60,7 +61,7 @@ MongoDB does not test {+c2c-product-name+} with Community builds and in
6061
most cases, MongoDB does not offer support for {+c2c-product-name+} with
6162
Community deployments. If you would like to use {+c2c-product-name+}
6263
with MongoDB Community Edition, contact a MongoDB sales representative
63-
to discuss requirements and individualized options.
64+
to discuss requirements and individualized options.
6465

6566
Unsupported Collection Types
6667
----------------------------
@@ -81,12 +82,12 @@ Sharded Clusters
8182
``sharding.shardingEntries`` option for the :ref:`c2c-api-start`
8283
command includes during sync. To see limitations on renaming
8384
collections while ``mongosync`` is running, see :ref:`Renaming
84-
During Sync <rename-during-sync>`.
85+
During Sync <rename-during-sync>`.
8586
- When using the ``sharding.createSupportingIndexes`` option to create
8687
indexes supporting shard keys on the destination cluster during
8788
sync, you cannot create these indexes afterwards on the source
88-
cluster.
89-
89+
cluster.
90+
9091
The index must either exist before ``mongosync`` starts or be
9192
created after the migration is complete and ``mongosync`` has
9293
stopped.
@@ -99,9 +100,9 @@ Sharded Clusters
99100
- There is no replication for zone configuration. ``mongosync``
100101
replicates data, it doesn't inherit zones.
101102
- Shards cannot be added or removed while syncing.
102-
- ``mongosync`` only syncs indexes that exist on all shards.
103+
- ``mongosync`` only syncs indexes that exist on all shards.
103104
- ``mongosync`` only syncs indexes that have consistent index
104-
specifications on all shards.
105+
specifications on all shards.
105106

106107
.. note::
107108

@@ -114,9 +115,9 @@ Sharded Clusters
114115
during syncing.
115116
- The maximum number of indexes per sharded collection is 63, which is
116117
one less than the :ref:`default limit
117-
<limit-number-of-indexes-per-collection>` of 64.
118-
- ``mongosync`` only supports syncing sharded collections that have
119-
default :ref:`collation <collation>` settings.
118+
<limit-number-of-indexes-per-collection>` of 64.
119+
- ``mongosync`` only supports syncing sharded collections that have
120+
default :ref:`collation <collation>` settings.
120121

121122
Reversing
122123
---------

0 commit comments

Comments
 (0)