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