ClarityBusinessSolutions / mdb-ent-docker

Docker for MongoDB Enterprise 7.0
0 stars 0 forks source link

MongoDB must fail to a secure state if system initialization fails, shutdown fails, or aborts fail. #10

Open nwwatson opened 2 months ago

nwwatson commented 2 months ago

Modify the mongod startup command-line options by removing the "--nojournal" option.

Edit the MongoDB database configuration file (default location: /etc/mongod.conf) to ensure it contains the following parameter setting:

    storage:
       journal:
          enabled: true

Restart the MongoDB service from the OS

sudo systemctl restart mongod
nwwatson commented 2 months ago

addresses MD7X-00-005000

nwwatson commented 2 months ago

addresses MD7X-00-005100