After running ./nodebb dev, it seems my mongo database is down and the service isn't starting correctly.
I'm assuming this is because I didn't cleanly shut this VM down. I assume a clean shutdown for nodebb would require stopping both the nodebb and mongod services, correct?
Because now when I try to start mongod, I get errors on that front too. Note I already deleted mongod.lock
It looks like the culprit is now an unclean shutdown of the mongodb service. Any suggestions?
For the mongod, so far I have:
- verified the mongod.service exists
- sudo systemctl mongod start
- sudo service mongod status <- still shows as failed