Skip to content

Commit 6ba0f66

Browse files
author
Dave Cuthbert
authored
DOCS-11914 BACKPORT (#3188)
1 parent 1a39569 commit 6ba0f66

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
@@ -163,6 +163,8 @@ engine other than the one specified by :option:`--storageEngine <mongod --storag
163163
:binary:`~bin.mongod` must possess read and write permissions for the specified
164164
:setting:`~storage.dbPath`.
165165

166+
.. include:: /includes/security/fact-antivirus-scan.rst
167+
166168
.. _prod-notes-concurrency:
167169

168170
Concurrency

source/administration/security-checklist.txt

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

196+
Antivirus and Endpoint Detection and Response Scanning
197+
------------------------------------------------------
198+
199+
.. include:: /includes/security/fact-antivirus-scan.rst
196200

197201
Periodic/Ongoing Production Checks
198202
----------------------------------
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)