Skip to content
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

Some mariadb client tools does not support ssl-mode option #1531

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

cmuench
Copy link
Member

@cmuench cmuench commented Oct 23, 2024

Magerun pull-request check-list:

  • Pull request against develop branch (if not, just close and create a new one against it)

Summary: The client tools provided by MariaDB are not the same as the MySQL client tools. One difference is the missing mysqldump --ssl-mode parameter

Fixes #1526

Changes proposed in this pull request:

Added a check which calls mysqldump help and grep the output for --ssl-mode option. If the option does not exist, we do not add the option to the connection string used in the db:dump and db:import command.

Copy link

Download the artifacts for this pull request:

@cmuench cmuench merged commit 16678bc into netz98:develop Oct 23, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

db:dump uses invalid mysqldump command when Magento db connection uses SSL
1 participant