I am trying out MongoDB. I have a very small db, like 4 documents in a collection, and that's it. I use MongoDB 3.2.7 on Windows 10.
I tried using the mongodump utility to backup the db. It just takes for ever, with no sign of it getting anywhere (been 4 hours +). I just closed the command shell after that. All I did is this on the command shell.
mongodump --db meantest
Also tried gzip ing it, and it does nothing as well. I know I could be doing something lame. I just can't see anyone else having this issue.
mongodump --db meantest --gzip
Can someone throw some light on this?