stefanzweifel / laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.
https://stefanzweifel.dev/posts/2023/06/15/introducing-laravel-backup-restore
MIT License
165 stars 15 forks source link

Respect dump_binary_path setting when importing database #40

Closed stefanzweifel closed 1 year ago

stefanzweifel commented 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.

refs #37