Export error: Failed to execute pg_dump (given path in your conf/config.inc.php : /usr/bin/pg_dump). Please, fix this path in your configuration and relog.
Postgres phppgadmin: Export error |
and recently I have a chance to play with this technology and at the meantime, I have been facing newbie issues with it.
Since I won't using this tool for a long time, it's better to record down the troubleshooting note for future in the simple way.
I use homebrew to install postgresql and phppgadmin.
As said in the error message, we'll need to edit conf/config.inc.php in order to get it fixed.
1) find your config.inc.php with "mdfind -name config.inc.php"
search for config.inc.php file |
pg_dump location |
4) Once you done steps above, remember to relogin your user in phppgadmin for changes above to take effect.
References: Configure PostgreSQL and phpPgAdmin in WAMP