Mongodump is a utility for creating a binary export of the contents of a database.
How can I use mongodump to move a single collection from one database to another? How should I use the …
mongodb mongodumpI 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 mongodumpWhen I create backup of all databases in MongoDB (version 3): mongodump --username bacUser --password 12345 It's OK. But when I try …
mongodb authentication mongodumpI was trying to backup my mongo database on the product sever.and then restore then back to the staging …
mongodb mongodumpI'd like to specify the directory to which mongodump dumps, via a switch on the mongodump command. Is this possible?
mongodb mongodumpI want to import dump data from my .gz file. Location of file is home/Alex/Documents/Abc/dump.gz …
mongodb mongoimport mongodump 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'm following this tutorial to backup and restore a single MongoDB database. The backup command - sudo mongodump --db newdb …
mongodb database-backups mongodump mongorestoreI've found plenty of good instructions on how to use mongodump and mongorestore, to back up my meteor production server …
mongodb meteor mongodump mongorestore