We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b28639 commit c274c41Copy full SHA for c274c41
source/core/security-encryption-at-rest.txt
@@ -134,6 +134,12 @@ and parameters:
134
For testing audit log encryption, you can also use the
135
:setting:`auditLog.localAuditKeyFile` setting.
136
137
+If you need to downgrade MongoDB, you must first disable audit log
138
+encryption by removing :setting:`auditLog.auditEncryptionKeyIdentifier`
139
+or :setting:`auditLog.localAuditKeyFile`. Existing audit logs remain
140
+encrypted, and you can keep any procedures you have developed for
141
+storage and ingestion of encrypted logs.
142
+
143
.. note::
144
145
For audit log encryption, the audit log destination must be a
0 commit comments