The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands which save hours of work time. All commands are extendable by a module API.
[x] 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.
Magerun pull-request check-list:
Summary: The client tools provided by MariaDB are not the same as the MySQL client tools. One difference is the missing
mysqldump --ssl-mode
parameterFixes #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 thedb:dump
anddb:import
command.