nextindex / docker-alpine-mailtrain

Minimalistic Docker image with Mailtrain
https://hub.docker.com/r/evild/alpine-mailtrain/
1 stars 0 forks source link

Implement backup strategy #3

Open apertureless opened 7 years ago

apertureless commented 7 years ago

Need backups for production. oLhqrwT7jwMtG

apertureless commented 7 years ago

Backup

Docker Volumes

https://stackoverflow.com/questions/38298645/how-should-i-backup-restore-docker-named-volumes

SQL

S3

Dump files into tar and upload to s3 automated. 🤖

apertureless commented 7 years ago

Maybe switch the volume driver to s3 storage driver 🤔 https://docs.docker.com/registry/storage-drivers/s3/

@grihn @tpmo