[12:00:11] <heyoni> is comparing two fields of the same document always considered aggregating?
[12:05:31] <Haris> I copied mongod.service from https://github.com/mongodb/mongo/blob/master/debian/mongod.service for 3.6.4
[12:06:12] <Haris> Its crashing on start, because it can't find /data/db. in /etc/mongod.conf I have datadir: /var/lib/mongodb. Why then is it looking at /data/db ?
[12:38:11] <jmer> Does mongo 2.2 have issues with projections?
[13:37:50] <swordbeta> jmer: no idea, but you should probably upgrade since support ended in 2014
[14:09:59] <Silveress> Does anyone kjnow if v4 will support debian 9?
[15:52:27] <mmoreno80> hello guys! I have a question. We currently have running a mongo server (just one) and my boss wants to add another one. This new mongo must be an exact read-only copy; the idea is to run queries on this new server. Is this possible? Any link?
[17:44:58] <threespades> i assume they should be compatible with win2016
[17:57:30] <maryo> How to handle special characters in mongodb? Like if a username has a special character in it will MongoDB accepts it without any issue? I believe it supports only UTF-8 by default. But if I wanted to add a swedish username containing special character, how do we do that?