Category "mongorestore"

Mongoimport and mongorestore does not work on Atlas free tier

I want to migrate from Azure Cosmos Db to Mongo Db Atlas (on Azure), so I am testing in a subscription with a free tier. I exported a collection from Cosmos wit

Mongoimport error: server returned error on SASL authentication step: BSON field 'saslContinue.mechanism' is an unknown field

I am trying to import some json files to mongodb collections using following command on a server other than mongodb server: mongoimport --host IP --port 27017 -

Why is mongorestore painfully slow?

I took a dump of a db having only 1 collection and two indices. The collection had roughly 6.5 million documents. When I tried to restore it, much to my surpris