move mysqldump options to the beginning of the command due to MySQL bug 30994. #470
Merged
witten
merged 1 commits from nebulon42/borgmatic:mysqldump_options
into master
9 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'nebulon42/borgmatic:mysqldump_options'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I have added the new options flag for the list databases command to the beginning in #464 for the same reason but have forgot to do so for the mysqldump command.
Some options at mysql and mysqldump commands unfortunately need to be specified as the first option for them to work. See this 14 years old MySQL bug report. Due to the age of the report I don't expect it to be changed anytime soon so I'd like to move the options up in the command sequence. I hope that there are no side-effects but cannot really think of any.
Awesome! Thanks for making this fix!
c6f47d4d56
into master 9 months agoJust released in borgmatic 1.5.22!
c6f47d4d56
.