[MacPorts] #65386: After installing MongoDB the service fails to start due to missing conf
MacPorts
noreply at macports.org
Fri Jun 24 23:50:33 UTC 2022
#65386: After installing MongoDB the service fails to start due to missing conf
-----------------------+------------------------
Reporter: acidjunk | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: mongodb |
-----------------------+------------------------
Comment (by acidjunk):
Since version 5 they switched to a YAML based config:
{{{
systemLog:
destination: file
path: "/opt/local/var/log/mongodb/mongodb.log"
logAppend: true
storage:
dbPath: "/opt/local/var/db/mongodb"
journal:
enabled: true
processManagement:
fork: true
net:
bindIp: 127.0.0.1
port: 27017
setParameter:
enableLocalhostAuthBypass: false
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65386#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list