[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