ports/databases/mongodb44/files/patch-rpm_mongod.conf
Ronald Klop 55898fe312
databases/mongodb44: update to 4.4.20
changelog:
https://www.mongodb.com/docs/manual/release-notes/4.4/

Please read the release notes: Some past releases have critical issues.

Followed an upstream chagne in mongod.conf about removal of 2 settings. See
UPDATING.
2023-04-17 00:29:33 +02:00

16 lines
354 B
Text

--- rpm/mongod.conf.orig 2019-08-08 20:06:23 UTC
+++ rpm/mongod.conf
@@ -7,11 +7,11 @@
systemLog:
destination: file
logAppend: true
- path: /var/log/mongodb/mongod.log
+ path: /var/db/mongodb/mongod.log
# Where and how to store data.
storage:
- dbPath: /var/lib/mongo
+ dbPath: /var/db/mongodb
journal:
enabled: true
# engine: