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_HOSTcontains the remote host (hostname or IP) connection string for mysqldump command line client option -hmysql.domain.comMYSQL_PORTcontains the remote port number for mysqldump option -P3306MYSQL_PASSWORDpassword of user who has read access to all dbs.MYSQL_USERmysql userGS_URLcontains address in GS where to store backups, without thegs://url prefixbucket-name/directory