Stop mongos process
Log on to the mongos
, run use admin
, then db.shutdownServer()
to gracefully shut down the mongos
and leave the shards running.
Log on to the mongos
, run use admin
, then db.shutdownServer()
to gracefully shut down the mongos
and leave the shards running.