diff --git a/plugins/mongodb/index.py b/plugins/mongodb/index.py index aa4dad18b..a5b3e2a92 100755 --- a/plugins/mongodb/index.py +++ b/plugins/mongodb/index.py @@ -1138,7 +1138,7 @@ def replClose(): client = mongdbClient() db = client.admin try: - client.drop_database('local') + # client.drop_database('local') # print(repl_info) # rstatus = db.command('replSetReconfig',config,force=True) restart()