PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 18th of September, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[11:57:53] <Swahili> Q: I've got a list of item ids that I've removed some stuff from one of the properties, I'd like to make sure that really happened in the resource. So I use the operator $nin, I think. So, Resource.countDocuments({ foobar: { $nin: someValue }, _id: { $in: targetIdsThatIAttemptedToRemoveStuffFrom} }), is this correct?
[18:47:04] <ataylor> I have a replica set using TLS. I want to add an arbiter. When I attempt to add the arbiter I get the error "SSL handshake received but server is started without SSL support". I thought the mongo docs stated arbiter heartbeats and voting would be over plaintext ? Must I add TLS and a keyFile to the arbiter ?