Top "Mongorestore" questions

A program that takes binary data created by mongodump and restores it to a MongoDB instance.

how to solve the error reading database : not authorized in mongo DB

am using Mongo DB version 3.4 and I have a user in DB C:\Program Files\MongoDB\Server\3.4\bin>mongo …

mongodb mongodb-query mongorestore
Restoring the database dump of an older version of mongo to a new version of mongo

Currently, I have an older version of mongo, i.e 2.6 running on my system. I already have my site in …

mongodb database-backups mongodump mongorestore
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
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
MongoDB Restore Failed

I'm trying to restore a mongodb database from a dump in Ubuntu 14.04.2, the dump was created on MongoDB shell version: 2.4.13 …

mongodb 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