Upgrade 4.1.9
to 4.1.12
breaks due to non-existant flag --disable-ssl
for mysqladmin
#396
Labels
4.1.9
to 4.1.12
breaks due to non-existant flag --disable-ssl
for mysqladmin
#396
Summary
After upgrading from
4.1.9
to4.1.12
I've noticed I no longer was getting backups.The logs shown are obfuscating the underlying problem, which is that
--disable-ssl
is not a valid argument formysqladmin
.Steps to reproduce
What is the expected correct behavior?
Relevant logs and/or screenshots
Environment
4.1.12
Any logs | docker-compose.yml
Possible fixes
Cause:
docker-db-backup/install/assets/functions/10-db-backup
Line 450 in 244e411
Fix:
Remove
${mysql_tls_args}
from themysqladmin status
checkdocker-db-backup/install/assets/functions/10-db-backup
Line 975 in 244e411
Related
Similar to #208 / #209
The text was updated successfully, but these errors were encountered: