PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 24th of April, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[01:24:14] <ekaj> anyone familiar with setting up SSL for a sharded db?
[02:32:49] <ekaj> ah, seems like what I was having issues with is feeding an intermediate CA to mongo
[04:08:01] <ekaj> the last command on this page is incorrect - https://docs.mongodb.com/manual/appendix/security/appendixA-openssl-ca/#appendix-ca-certificate
[04:08:31] <ekaj> it should be "cat mongodb-test-ia.crt mongodb-test-ca.crt > test-ca.pem"
[04:09:40] <ekaj> here is an example of why the order is incorrect: https://pastebin.com/raw/dWe8KkJE
[04:10:15] <ekaj> oh i can edit it myself..
[18:17:37] <huck5> I'm wondering if there's a way to revert a set of data-changes in MongoDB? Something like a "transaction" in MySQL - such that if the query/manipulation goes awry, I can easily revert to the prior state?