You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel: v5.8
PHP: v7.2
DB: PostgreSQL v10
laravel-backup: v6.2
OS: Windows 10
I have same Issue , DB_Dumper could not find pg_dump. Even when I add pg_dump path to windows enviroment path variable. it does'nt work.
After two days work on it.I found a small bug.
Do these steps to fix problem.
edit .env file and add these lines to DB part: PGSQL_DUMP_PATH="C:\\Program Files\\PostgreSQL\\10\\bin" MYSQL_DUMP_PATH="C:\\Program Files\\MySQL\\MySQL Server 8.0\\bin"
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Laravel: v5.8
PHP: v7.2
DB: PostgreSQL v10
laravel-backup: v6.2
OS: Windows 10
I have same Issue , DB_Dumper could not find pg_dump. Even when I add pg_dump path to windows enviroment path variable. it does'nt work.
After two days work on it.I found a small bug.
Do these steps to fix problem.
edit config/database.php:
edit .env file and add these lines to DB part:
PGSQL_DUMP_PATH="C:\\Program Files\\PostgreSQL\\10\\bin"
MYSQL_DUMP_PATH="C:\\Program Files\\MySQL\\MySQL Server 8.0\\bin"
notice that I use \\ instead of \ or /
The BUG part
`
these code was in mysql driver but there is not in pgsql driver. I add them and problem fixed.
Originally posted by @AltiumWilliam in #526 (comment)
The text was updated successfully, but these errors were encountered: