This image provides a cron daemon that runs daily backups from mysql (clustered or single instance) to Google Storage.
Following ENV variables must be specified:
MYSQL_HOST
contains the remote host (hostname or IP) connection string for mysqldump command line client option -hmysql.domain.com
MYSQL_PORT
contains the remote port number for mysqldump option -P3306
MYSQL_PASSWORD
password of user who has read access to all dbs.MYSQL_USER
mysql userGS_URL
contains address in GS where to store backups, without thegs://
url prefixbucket-name/directory