File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
source/core/queryable-encryption/reference Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,15 @@ Collections
157
157
- You cannot use {+csfle+} with {+qe+} on the same
158
158
collection.
159
159
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.
162
165
163
166
- {+qe+} supports new collections only. You cannot add or remove {+qe+}
164
167
to existing collections.
165
168
- 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.
168
169
- You cannot specify ``jsonSchema`` to :method:`db.createCollection()`
169
170
when creating a {+qe+} collection if the ``jsonSchema`` contains the
170
171
``encrypt`` keyword.
You can’t perform that action at this time.
0 commit comments