Skip to content

ianneub/mysqldump-to-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published