Question : I’m trying to dump a MongoDB collection from a remote server to a local JSON file. First, I […]
Tag: mongodump
Assertion failure _state.get() error in MongoDB during mongorestore
Question : I would like to say i am newbie in mongodb,today i have tried to restore dump file .I […]
How to update collections and restore while doing mongorestore?
Question : is there any way that i can update the collection and restore the same from dump created by […]
mongodump download collections only if changed
Question : If I get it right if to make mongodump in to directory that already contains previous dumped data […]
MongoDB restore with replica set
Question : I have MongoDB setup like this: Primary | Server1 ———–+——— Secondary | Server2 ———–+——— Arbiter | Server3 ———–+——— […]
Unable to configure MongoDB replication without initial sync
Question : I have a big MongoDB database on my production server, which I want to set up as a […]
Mongo: mongodump and the config database error
Question : I’ve setup a backup script on my Ubuntu box using mongodump. However this currently doesn’t work because of […]
Rename all databases when doing a mongorestore?
Question : I have a datadump but I need to change the name of every database while restoring them, if […]
Failed to import a mongodb database with duplicate fields
Question : I’m trying to import a mongodb database and I’ve been using the mongorestore command, the import starts without […]
mongodump fails after exactly 10 minutes
Question : Using single instance MongoDB v4.2.0 on Debian 9.11 with collection of 78GB and 60M documents on a 2 […]
- 1
- 2