mongodb

MongoDB is half-baked

I needed to copy data from one MongoDB database to another. MongoDB supplies the mongodump and mongorestore tools to do exactly that. I haven't had to use them lately, so the first thing I do is to check the command line options: $ mongodump --help Export MongoDB data to BSON files…