PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 13th of August, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[19:22:36] <adu> how do I enable auth without restarting?
[19:25:45] <GothAlice> adu: You can’t, and this is a good thing. Notably, if your MongoDB dataset is operating in a replica set, you’d set up keyfiles to secure mongod<->mongod at the same time. If you’re operating a sharded cluster, note:
[19:25:47] <GothAlice> https://docs.mongodb.com/v3.2/core/security-users/#sharding-security
[19:31:11] <adu> ok, thanks