From 702e3d4a9494b195d9766e8a0735529a08bf32cc Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Sun, 21 Jan 2024 11:45:07 +1100 Subject: [PATCH] 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/ --- INSTALLATION.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 35648129..c1d43ea1 100644 --- a/INSTALLATION.md +++ b/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