-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade 4.1.9
to 4.1.12
breaks due to non-existant flag --disable-ssl
for mysqladmin
#396
Comments
Hi, thanks for the investigation.. A quick look at the MySQL settings show that the arguments have deviated from MariaDB and MySQL, to which MySQL uses I think as opposed to pulling it out entirely we'll have to rework it to support those different command line options as that argument would also break any backups when they executed as well.. As a side note this is being addressed in a different fashion in an upcoming version of the base images, although they are still TBA when they will be in use. I still think the image work is useful. |
Hey @tiredofit
Ah okay, didn't think to look there 👍 So instead of entirely removing
Okay, could you tell me in more concrete terms what would you suggest to do with the PR for now? I'm fine with updating the PR with your suggestion, or close it in favor for the (future) base images. For now I'm still able to use |
Will be back in ~48hr with some thoughts when I can sit down and look at this in detail for a way forward... |
|
I can confirm that
This fails in particular when using Backblaze for object storage. As of That's just a heads-up, as it's very likely that other users that use Backblaze and use db-backup for S3 upload, it might fail as well. Until that seems fixed in the AWS CLI, I will still be using |
Oh dear. So close. Let's just downgrade that to 1.36.40 for AWS CLI for time being while they work out their issues. I see there is some discussions in their issue tracker and the change happened within the past week. Not sure we need to stay so bleeding edge on this component.
|
Great 👍 I'll check it when it's done building. |
@tiredofit |
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: