Created
February 21, 2022 09:56
-
-
Save tanvirstreame/011edbf39db15e17475abddf2449f3af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: | |
mongod.service - MongoDB Database Server | |
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled) | |
Active: failed (Result: exit-code) since Mon 2022-02-21 09:54:10 UTC; 2s ago | |
Docs: https://docs.mongodb.org/manual | |
Process: 114876 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=exited, status=14) | |
Main PID: 114876 (code=exited, status=14) | |
Solution: | |
sudo rm -rf /tmp/mongodb-27017.sock | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment