docker-mysql-backup-s3
docker-mysql-backup-s3 copied to clipboard
Mysql dump command broken by semicolon in password
I have a semicolon in my password (in hindsight this perhaps isnt the best idea!). This of course breaks the mysqldump command. However, this can be easily remedied by replacing -p$MYSQL_PASSWORD with -p"$MYSQL_PASSWORD" .