Remove storage.journal.enabled from mongod.conf in INSTALLATION.md as it is always enabled now since 6.1 https://www.mongodb.com/docs/manual/core/journaling/

master
Thomas Lynch 3 months ago
parent 538b46fac7
commit 702e3d4a94
Signed by: fatchan
GPG Key ID: A7E5E8B7E11EE92D
  1. 2
      INSTALLATION.md

@ -53,8 +53,6 @@ mongosh admin --eval "db.getSiblingDB('jschan').createUser({user: 'jschan', pwd:
sudo sh -c "cat > /etc/mongod.conf" <<'EOF'
storage:
dbPath: /var/lib/mongodb
journal:
enabled: true
systemLog:
destination: file
logAppend: true

Loading…
Cancel
Save