Top "Mongorestore" questions

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

How to restore the dump into your running mongodb

I want to load data/restore dump data in mongoDB using mongorestore. I am trying to command mongorestore dump but …

mongodb mongorestore data-dump
MongoDB mongorestore failure: locale::facet::_S_create_c_locale name not valid

I 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 mongorestore
How to use the dumped data by mongodump?

I have used mongodump to dump my database of mongodb, it created some bson files under dump/mydb But I …

mongodb dump mongorestore mongodump
Mongorestore to a different database

In MongoDB, is it possible to dump a database and restore the content to a different database? For example like …

mongodb mongorestore
MongoDB mongorestore and existing collection with records

I need to import (restore) a collection generated with mongodump into an existing database and I'd like the records to …

mongodb mongorestore
How to import dumped Mongodb?

Dumped a MongoDB successfully: $ mongodump -h ourhost.com:portnumber -d db_name01 -u username -p I need to import or …

mongodb mongoimport mongorestore
MongoDb: How to import dump data from .gz file?

I want to import dump data from my .gz file. Location of file is home/Alex/Documents/Abc/dump.gz …

mongodb mongoimport mongodump mongorestore
Use mongorestore to restore a database to MongoDB (3.4) with --auth enabled, SASL error

Using mongorestore, I am trying to restore a MongoDB database to a new server (both version are 3.4). The new server …

mongodb sasl mongorestore
MongoDB dump from 3.2, restore with 3.4, error index safe = null

I 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 mongorestore
Mongorestore in a Dockerfile

I want to create a Docker image that starts a mongo server and automatically restores from a previous mongodump on …

mongodb docker dockerfile mongorestore