Question
Can't start MongoDB
Not even sure where to start. I am following the guide at:
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-18-04
But when I get to Step 2, I enter sudo systemctl status mongodb
and receive this result:
##################################
mongodb.service - An object/document-oriented database
Loaded: loaded (/lib/systemd/system/mongodb.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2020-01-16 22:17:06 UTC; 2 weeks 5 days ago
Docs: man:mongod(1)
Main PID: 6859 (code=exited, status=100)
Jan 16 22:17:06 HothBase systemd[1]: Started An object/document-oriented database.
Jan 16 22:17:06 HothBase systemd[1]: mongodb.service: Main process exited, code=exited, status
Jan 16 22:17:06 HothBase systemd[1]: mongodb.service: Failed with result 'exit-code'.
####################################
Help!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×