When I started MongoDB got an error as:
"Failed to start mongod.service: Unit mongod.service not found."
Check port and configuration
Solution:
sudo systemctl unmask mongod
and re-run
sudo service mongod start
sudo service mongod status
sudo systemctl enable mongod
sudo service mongod restart
service mongod stop #dont start mongod…instead… systemctl start mongod #then mongo command
#then
mongo
No comments:
Post a Comment