From: jovino B. <jo...@ue...> - 2014-11-27 20:03:02
|
Hi Karl, Thanks a lot for your attention. I have checked /usr/bin/pg_dumpall and this program is installed ok in web page server (in the Postgresql database server, too). I think phppgadmin from web server (I mean config.inc.php, that has the path for pg_dumpall) is not working fine in order to pass the correct link (name) of the database server (where pg_dumpall must run in order to do the backup). I don't know why, because the other functions of phppagadmin is running well (accessing database server and doing others requests). I have searched log of database server and there is no register of backup attempts from web server. Even so, thank you -----Mensagem original----- De: Karl O. Pinc [mailto:ko...@me...] Enviada em: quarta-feira, 19 de novembro de 2014 18:59 Para: jo...@ue... Cc: php...@li... Assunto: Re: [ppa-users] Error trying to do a Postgresql Export using phppgadmin interface 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 = --- Este email está limpo de vírus e malwares porque a proteção do avast! Antivírus está ativa. http://www.avast.com |