gridfsmigrate icon indicating copy to clipboard operation
gridfsmigrate copied to clipboard

Support mongo url

Open ranqiangjun opened this issue 6 years ago • 0 comments

For example:

mongo_url = 'mongodb://root:password@host1:3717,host2:3717/rocketchat?replicaSet=rs0&authSource=admin'

Replace MongoClient(host=self.host, port=self.port)[self.db] with MongoClient(mongo_url)[self.db]

ranqiangjun avatar Jul 06 '19 10:07 ranqiangjun