Skip to content

Commit b72b93a

Browse files
Reworded import to insert (#3422)
* Reworded import to insert * Internal PR feedback
1 parent 85c7d62 commit b72b93a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/core/queryable-encryption/reference/limitations.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,15 @@ Collections
157157
- You cannot use {+csfle+} with {+qe+} on the same
158158
collection.
159159

160-
- {+qe+} does not support migration from collections encrypted with {+csfle+}.
161-
You must decrypt your documents and import them one-by-one.
160+
- {+qe+} does not support migration from collections encrypted with
161+
{+csfle+}. You must decrypt your documents and insert them
162+
one-by-one.
163+
- {+qe+} does not support automatic migration from an unencrypted
164+
collection. You must insert the documents one-by-one.
162165

163166
- {+qe+} supports new collections only. You cannot add or remove {+qe+}
164167
to existing collections.
165168
- You cannot rename a collection with encrypted fields.
166-
- {+qe+} does not support automatic migration from an unencrypted collection.
167-
You must import the documents one-by-one.
168169
- You cannot specify ``jsonSchema`` to :method:`db.createCollection()`
169170
when creating a {+qe+} collection if the ``jsonSchema`` contains the
170171
``encrypt`` keyword.

0 commit comments

Comments
 (0)