Closed stefanzweifel closed 1 year ago
This PR tries to fix an issue when mysql or psql is not available to the PHP process. Instead of relying on a globally available mysql-CLI, the package now looks at the dump.dump_binary_path-setting and adds the path to the command.
mysql
psql
dump.dump_binary_path
refs #37
This PR tries to fix an issue when
mysql
orpsql
is not available to the PHP process. Instead of relying on a globally availablemysql
-CLI, the package now looks at thedump.dump_binary_path
-setting and adds the path to the command.refs #37