Ejemplo 1: cómo reiniciar el servidor mongodb en ubuntu
sudo systemctl restart mongodb
# it will restarts running mongodb server
Ejemplo 2: comando de reinicio de mongodb ubuntu
sudo systemctl restart mongod
Ejemplo 3: iniciar el servicio mongodb ubuntu
sudo systemctl start mongod
sudo systemctl stop mongod
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)