A program that takes binary data created by mongodump and restores it to a MongoDB instance.
I want to load data/restore dump data in mongoDB using mongorestore. I am trying to command mongorestore dump but …
mongodb mongorestore data-dumpI created a dump with mongodump on computer A (ubuntu 12.04 server). I moved it to computer B (ubuntu 12.04 server) and …
mongodb locale ubuntu-12.04 mongodump mongorestoreI have used mongodump to dump my database of mongodb, it created some bson files under dump/mydb But I …
mongodb dump mongorestore mongodumpIn MongoDB, is it possible to dump a database and restore the content to a different database? For example like …
mongodb mongorestoreI need to import (restore) a collection generated with mongodump into an existing database and I'd like the records to …
mongodb mongorestoreDumped a MongoDB successfully: $ mongodump -h ourhost.com:portnumber -d db_name01 -u username -p I need to import or …
mongodb mongoimport mongorestoreI want to import dump data from my .gz file. Location of file is home/Alex/Documents/Abc/dump.gz …
mongodb mongoimport mongodump mongorestoreUsing mongorestore, I am trying to restore a MongoDB database to a new server (both version are 3.4). The new server …
mongodb sasl mongorestoreI get the following error (dump MongoDB 3.2) (restore MongoDB 3.4): Failed: ngivr-dev.ledgerhelpers: error creating indexes for ngivr-dev.ledgerhelpers: **createIndex error:** **…
mongodb mongodump mongorestoreI want to create a Docker image that starts a mongo server and automatically restores from a previous mongodump on …
mongodb docker dockerfile mongorestore