Top "Mongodump" questions

Mongodump is a utility for creating a binary export of the contents of a database.

How to use backup and restore all databases from mongodb?

If i want to do a generic backup for all databases in mongodb, is it that all i have to …

mongodb backup mongodump mongorestore database
Mongodb's "mongodump" command, javascript execution error

Perhaps I have a complete misunderstanding of how mongodump is supposed to work, but I can't seem to get it …

mongodb mongodump
mongodump - range query on timestamp filed raising FailedToParser Error

The following is the structure of the documents: { "_id" : ObjectId("4fccd39c9d8597a034d183b1"), "image" : "23ef514f8201320c2…

mongodb mongodump
mongorestore metadata.json file

I have a .bson file from a MongoDB dump. The dump also produces a .metadata.json file that seems to …

mongodb mongodump mongorestore
Dump remote database: Failed: error connecting to db server: no reachable servers

I have a database in www.myweb.io, which has SSL. The version of mongo is 2.6.12 in the server: the …

mongodb ssl mongoimport mongodump mongorestore
How to Speed Up Mongodump, Dump Not Finishing

In trying to run a database dump using a query from a db of about 5 billion, the progress bar times …

mongodb mongodump