PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 12th of February, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[09:18:45] <svm_invictvs> In Mongo 3.6+ do I get Journaling turned on by default?
[09:18:54] <svm_invictvs> or do I have to turn that on myself?
[09:19:05] <Derick> it's turned on
[09:19:05] <svm_invictvs> And if I turn on journaling, is it possible to just use EBS snapshots as backups?
[09:19:16] <Derick> do not turn off journaling
[09:19:23] <svm_invictvs> I haven't done anyting to turn it off
[09:19:32] <svm_invictvs> I just don't explicitly turn it on
[09:19:35] <Derick> for EBS snapshots, you need a "sync and freeze"
[09:19:42] <svm_invictvs> I had assumed it was on
[09:20:00] <Derick> https://docs.mongodb.com/ecosystem/tutorial/backup-and-restore-mongodb-on-amazon-ec2/
[09:20:32] <Derick> journalling is definitely on by default
[09:21:40] <svm_invictvs> Yeah,I'm reading
[09:21:48] <svm_invictvs> I misread, I thought you could just schedule the snapshot w/o regard for writes if the journaling option is turned on
[09:21:55] <svm_invictvs> Thought it seemed Too Good to be True (tm)
[12:22:24] <svm_invictvs> Derick "If the dbpath is mapped to a single EBS volume then proceed to Backup the Database Files."
[12:22:43] <svm_invictvs> That leads me to belive if it's all on one volume (journal and data) a snapshot can be taken in-place without any issues corredt?
[19:16:38] <smrtz> I'm trying to get my docker-compose project to use SSL, but I'm getting a log message that states the "SSL handshake received but server is started without SSL support" I'm not really sure how to troubleshoot this since I'm new to both Docker and mongodb. Would someone mind taking a look at my project files please? https://bpaste.net/show/8973b8d95b34 That's got my docker-compose, dockerfile, mongod.conf, and mongo-init.js file