MongoDB instance configs now disable risky FTDC which crashed the "my" replica's DB

This commit is contained in:
Axel Uhl
2026-02-02 11:44:28 +01:00
parent 2e5fb16b28
commit 04a5af2225
4 changed files with 12 additions and 3 deletions
@@ -14,4 +14,6 @@ systemLog:
path: "/var/log/mongodb/archive.log"
replication:
replSetName: "archive"
# Disable FTDC to avoid crashes
setParameter:
diagnosticDataCollectionEnabled: false
@@ -14,4 +14,6 @@ systemLog:
path: "/var/log/mongodb/hidden-live-replica.log"
replication:
replSetName: "live"
# Disable FTDC to avoid crashes
setParameter:
diagnosticDataCollectionEnabled: false
@@ -14,4 +14,6 @@ systemLog:
path: "/var/log/mongodb/slow.log"
replication:
replSetName: "slow"
# Disable FTDC to avoid crashes
setParameter:
diagnosticDataCollectionEnabled: false
@@ -43,3 +43,6 @@ replication:
#auditLog:
#snmp:
# Disable FTDC to avoid crashes
setParameter:
diagnosticDataCollectionEnabled: false