From: Karl O. P. <ko...@me...> - 2014-11-19 20:58:57
|
On 11/19/2014 02:35:20 PM, jovino Borret wrote: > Hi all, > > > > I am trying to do an export of a Postgresql data base table > using > www.phppgadmin... 5.1 web interface > > and the system (web page server) returns the following message: > > > > > > Export error: Failed to execute pg_dump (given path in your > conf/config.inc.php : > /usr/bin/pg_dumpall). Please, fix this path in your configuration and > relog. > > > > > > We have two different servers (computers) installed: > > > > one of them is the web page server (CentOS, Apache, PHP, > Phppgadmin > 5.1); > > > > the other server runs Postgresql (CentOS, Postgresql 8.4.20). I suspect that you do not have pg_dump installed on your web server. Something like: yum install postgresql should install the client programs, including pg_dump. Karl <ko...@me...> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein |