Hello,
I was able to try mongodump with mongorestore, it took me about 2min to transfer the data. The problem is that I haven’t yet found any other way of having to drop the data on my development environment in order to be able to update the data.
Then I followed your other suggestion with $out, and it took me much less time to transfer the data. However, I don’t think my boss will like this method. It forces me to write a script. Unless there’s another way of using $out?