mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
changelog: https://www.mongodb.com/docs/manual/release-notes/5.0/ 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.
16 lines
354 B
Text
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:
|