Starting & Stopping MongoDB instances
Basic instance management with MongoDB
Managing MongoDB instances with dmk_db_ctl.py
dmk_db_ctl.py$DMK_HOME/bin/dmk_db_ctl.py -i <instance_name> -a [start|stop|restart]Managing MongoDB instances with aliases (mgstart, mgstop, mgrestart)
mgstart, mgstop, mgrestart)# Start the current instance
mgstart
# Stop the current instance
mgstop
# Restart the current instance
mgrestartManaging MongoDB instances with systemd
systemdLast updated