Mongodb – How to restore a mongodump that's one single file
A few months ago I did a dump of my mongodump db and it resulted in a single file instead of multiple bson and json files: I tried to restore it using: mongorestore --drop --db lodeep dump dump is the…