[00:47:11] <sujeet> Hi, I am having the most bizarre experience right now. After doing: mydb.mycoll.aggregate([{$match : {}}, {$out : copy}]), I end up with *more* documents in copy than in mycoll.
[00:48:11] <sujeet> going through the documents in _id order, the first few million and the last few million are identical, yet there are more documents in copy somehow
[16:28:14] <danger89> I don't see version 3.7 in this list: https://www.mongodb.org/static/pgp/
[16:28:38] <danger89> While this is the only version supported by Debian Stretch :S http://repo.mongodb.org/apt/debian/dists/stretch/mongodb-org/3.7/
[16:30:00] <danger89> Keep in mind you don't provide it yet. Luckily the following fixes it: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 3DAB71713396F72B
[17:36:03] <blizzow> Anyone here use mongo-connector to sync two mongo databases recently/