Louis05
Jul 14, 2021 - 08:52
How do I terminate a mongod process with python using pymongo? Basically, the equivalent of
use admin
db.shutdownServer()
which is used in the mongo shell.
How do I terminate a mongod process with python using pymongo? Basically, the equivalent of
use admin
db.shutdownServer()
which is used in the mongo shell.