File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ Starting in MongoDB 7.2, you can't specify ``wiredTiger `` storage
2+ engine encryption options when you create a collection with
3+ :method: `db.createCollection() `. To configure encryption for
4+ the WiredTiger storage engine, see :ref: `security-encryption-at-rest `.
Original file line number Diff line number Diff line change @@ -228,6 +228,8 @@ The ``create`` command has the following fields:
228228 validated and logged to the :term:`oplog` during replication to
229229 support replica sets with members that use different storage
230230 engines.
231+
232+ .. include:: /includes/fact-encryption-options-create-collection.rst
231233
232234 .. seealso::
233235
@@ -623,3 +625,5 @@ specific configuration string that MongoDB will pass to the
623625``wiredTiger`` storage engine. See the :wtdocs-v5.0:`WiredTiger documentation of
624626collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
625627for specific ``wiredTiger`` options.
628+
629+ .. include:: /includes/fact-encryption-options-create-collection.rst
Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ The ``options`` document contains the following fields:
259259 to support replica sets with members that use different storage
260260 engines.
261261
262+ .. include:: /includes/fact-encryption-options-create-collection.rst
263+
262264 .. seealso::
263265
264266 :ref:`create-collection-storage-engine-options`
@@ -548,3 +550,5 @@ specific configuration string that MongoDB will pass to the
548550``wiredTiger`` storage engine. See the :wtdocs-v5.0:`WiredTiger documentation of
549551collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
550552for specific ``wiredTiger`` options.
553+
554+ .. include:: /includes/fact-encryption-options-create-collection.rst
Original file line number Diff line number Diff line change @@ -36,3 +36,7 @@ Renamed Metrics
3636- ``query.planCacheTotalQueryShapes`` is now :serverstatus:`planCache.totalQueryShapes`
3737- ``query.planCacheTotalSizeEstimateBytes`` is now :serverstatus:`planCache.totalSizeEstimateBytes`
3838
39+ ``wiredTiger`` Storage Engine Encryption Specification
40+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41+
42+ .. include:: /includes/fact-encryption-options-create-collection.rst
You can’t perform that action at this time.
0 commit comments