Replies: 1 comment 1 reply
-
|
Sure thing @bnicu, will add this in the next few days. You can edit the respective file directly here on GitHub and add the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can you please add the -h parameter for the host? ex in src/Databases/PostgreSql.php 27
return 'psql -h '.config('database.connections.pgsql.host').' -U '.config('database.connections.pgsql.username').' -d '.config('database.connections.pgsql.database').' < '.$dumpFile;
Beta Was this translation helpful? Give feedback.
All reactions