fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
305 stars 111 forks source link

Adds missing gunzip command #7

Closed bemeyert closed 7 years ago

bemeyert commented 7 years ago

This commit adds a gunzip command which extracts the gzip'd SQL dump and pipes it into the mysql command. Without the restore fails.