Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
-
ALL
-
Description
I am performing clean install on ubuntu 20.04.
Immediately after doing clean install i am removing following
/var/lib/mongodb
/var/log/mongodb
Then I update /etc/mongod.conf file to new database path and log path
Then I try to start mongod using following :
sudo systemct start mongod and it fails
However it works if I use following command:
sudo mongod --config /etc/mongod.conf
Listing steps in following box.