Manage MongoDB Service
- Start MongoDB:
sudo systemctl start mongod - Check Status:
sudo systemctl status mongod - Stop MongoDB:
sudo systemctl stop mongod - Restart MongoDB:
sudo systemctl restart mongod
For official guidelines and documentation, check the MongoDB Documentation for Ubuntu.
No comments:
Post a Comment