laravel-backup
laravel-backup copied to clipboard
PG_DUMP Path
A relatively small but handy addition would be the ability to specify the location of pg_dump like you can do for mysqldump.
I don't use PG. The support for postgres was a pull request. Feel free to implement this feature, I'll merge it! :+1:
Thanks, I will try and find the time. For anyone else running into issues with the wrong PG_DUMP I just modified the path to include the correct version:
.bash_profile
export PG_DUMP="/home/user/postgresql-***/src/bin/pg_dump/"
PATH=$PG_DUMP:$PATH:$HOME/bin