Sign inSign up

ianneub/mysqldump-to-s3

By ianneub

Updated about 8 years ago

Image
2

10K+

ianneub/mysqldump-to-s3 repository overview

mysqldump-to-s3

This docker container will backup a MySQL database using mysqldump, stream it to gzip, and stream that to a file on S3.

You must set the following environment variables, or use an IAM Role:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

You may optionally set the DATE_FORMAT variable to change the date used in the output filename. Be default this is %Y/%m/%d.

To build

make

Tag summary

Content type

Image

Digest

sha256:aaca19f1b

Size

100.6 MB

Last updated

about 8 years ago

docker pull ianneub/mysqldump-to-s3