[09:44:24] <wfq> guys I need to document the 'relationships' between the collections of a Mongo db. I was a sort of thinking to create something similar to Entity Relationship model. How do you guys usually do that?
[09:45:47] <hungrywolf> Banana51: I just deleted the old user and created the new user, updating ws a mess
[15:48:50] <kieron> Hey guys, I have the following collection and query: https://pastebin.com/zxGK3412 but I can't figure out how to get it working, can someone help me please?
[18:50:55] <wfq> I am getting this error Failed global initialization: InvalidSSLConfiguration One or more parameters passed to a function were not valid.
[18:51:09] <wfq> after months of using my local mondo server without any single problem
[18:51:27] <wfq> that just came out of the blue. I have not reinstalled or update Mongod at all
[18:51:30] <edrocks> wfq did you upgrade mongodb or change your cert?
[18:58:15] <wfq> I have not updated my OS for months now. This is weird
[18:59:38] <edrocks> I'm not sure I'm still on 3.6.x and I've been running within docker for years so it's ssl system is more contained. Something has likely changed though
[19:16:38] <wfq> I get this message now when running mongdb: I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
[19:18:38] <wfq> navigating now through my bookmarks in order to remember how to create users. I need to create a specific user for my CI environment
[19:25:51] <wfq> I'm a bit confused. Where are the users information stored? Is that stored at the admin collection?
[19:51:21] <Sammitch> if I'm only interested in a read-only mirror a two-node replicaset with the secondary's votes and priority set to 0 would work, yes?