Opened 3 years ago
Last modified 3 years ago
#63285 assigned defect
mongodb does not start as installed
Reported by: | jwoehr (Jack J. Woehr) | Owned by: | jwoehr (Jack J. Woehr) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | mongodb |
Description (last modified by jwoehr (Jack J. Woehr))
None of the suggestions I have seen start mongodb once installed.
- sudo port load mongodb
- https://github.com/codeforamerica/ohana-api/wiki/Installing-MongoDB-with-MacPorts-on-OS-X
- https://gist.github.com/Olliebrown/32a48df35db9c0c5905a017f8a494acb
There seems to be no conf file installed, nor any instructions (other than the web links above) how or where to create. Having created such a conf file /opt/local/etc/mongodb/mongodb.conf and chown'ed it to _mongo:_mongo the program still exits silently.
Change History (4)
comment:1 Changed 3 years ago by jwoehr (Jack J. Woehr)
Description: | modified (diff) |
---|
comment:2 Changed 3 years ago by jmroot (Joshua Root)
Owner: | set to ryandesign |
---|---|
Status: | new → assigned |
comment:3 Changed 3 years ago by jwoehr (Jack J. Woehr)
comment:4 Changed 3 years ago by jwoehr (Jack J. Woehr)
Owner: | changed from ryandesign to jwoehr |
---|
Note: See
TracTickets for help on using
tickets.
INVALID ... Apologies ... Reading /opt/local/var/log/mongodb/mongodb.log I determined mongod was choking on a backlevel database.
Not sure if the manual step of creating the configuration was valid and that the created config is actually the one being used.
Thank you for your help.