Top "Mongodump" questions

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

How to use mongodump for 1 collection

How can I use mongodump to move a single collection from one database to another? How should I use the …

mongodb mongodump
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
Can't create backup mongodump with --db. Authentication failed

When I create backup of all databases in MongoDB (version 3): mongodump --username bacUser --password 12345 It's OK. But when I try …

mongodb authentication mongodump
mongodump ignore some specified collections

I was trying to backup my mongo database on the product sever.and then restore then back to the staging …

mongodb mongodump
Is it possible to specify a directory/folder for mongodump?

I'd like to specify the directory to which mongodump dumps, via a switch on the mongodump command. Is this possible?

mongodb mongodump
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
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
MongoDB restore warning

I'm following this tutorial to backup and restore a single MongoDB database. The backup command - sudo mongodump --db newdb …

mongodb database-backups mongodump mongorestore
Mongorestore, from meteor production server to local

I've found plenty of good instructions on how to use mongodump and mongorestore, to back up my meteor production server …

mongodb meteor mongodump mongorestore