Skip to content

Commit 6ef7226

Browse files
author
Dave Cuthbert
authored
DOCS-11914 BACKPORT (#3186)
1 parent 0937f1c commit 6ef7226

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

source/administration/production-notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ engine other than the one specified by :option:`--storageEngine <mongod --storag
161161
:binary:`~bin.mongod` must possess read and write permissions for the specified
162162
:setting:`~storage.dbPath`.
163163

164+
.. include:: /includes/security/fact-antivirus-scan.rst
165+
164166
.. _prod-notes-concurrency:
165167

166168
Concurrency

source/administration/security-checklist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ Pre-production Checklist/Considerations
191191
to learn more about how you can use MongoDB's key security
192192
capabilities to build compliant application infrastructure.
193193

194+
Antivirus and Endpoint Detection and Response Scanning
195+
------------------------------------------------------
196+
197+
.. include:: /includes/security/fact-antivirus-scan.rst
194198

195199
Periodic/Ongoing Production Checks
196200
----------------------------------
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
If you use an antivirus (AV) scanner or an endpoint detection and
2+
response (EDR) scanner, configure your scanner to exclude the
3+
:setting:`database storage path <storage.dbPath>` and the
4+
:setting:`database log path <systemLog.path>` from the scan.
5+
6+
The data files in the ``database storage path`` are compressed.
7+
Additionally, if you use the :ref:`encrypted storage engine
8+
<security-encryption-at-rest>`, the data files are also encrypted. The
9+
I/O and CPU costs to scan these files may significantly decrease
10+
performance without providing any security benefits.
11+
12+
If you don't exclude the directories in your ``database storage path``
13+
and ``database log path``, the scanner could quarantine or delete
14+
important files. Missing or quarantined files can corrupt your database
15+
and crash your MongoDB instance.

0 commit comments

Comments
 (0)