From: Wolf S. <wo...@ue...> - 2016-08-17 17:27:15
|
So I remove the –i option from dbexport.php now it works Old dbexport.php // Build command for executing pg_dump. '-i' means ignore version differences. $cmd = $exe . " -i"; New dbexport.php // Build command for executing pg_dump. '-i' means ignore version differences. $cmd = $exe . ""; On 8/17/16, 11:18 AM, "Wolf Schwurack" <wo...@ue...> wrote: Pg_dumpall for postgresql 9.5 invalid option –i Getting this error in apache error.log [Wed Aug 17 11:15:57 2016] [error] [client 140.197.233.204] PHP Warning: Invalid argument supplied for foreach() in /usr/share/phppgadmin/classes/PluginManager.php on line 36, referer: https://webutil-pg.uen.org/phppgadmin/redirect.php?subject=server&server=pgdev-db.uen.org%3A5432%3Aallow /usr/lib/postgresql/9.5/bin/pg_dumpall: invalid option -- 'i' On 8/17/16, 11:00 AM, "Karl O. Pinc" <ko...@me...> wrote: On Wed, 17 Aug 2016 16:46:52 +0000 Wolf Schwurack <wo...@ue...> wrote: > No resource limit issues during the export. No errors in syslog, It > just doesn’t work You looked at the webserver error logs and access logs? Karl <ko...@me...> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein ------------------------------------------------------------------------------ _______________________________________________ phpPgAdmin-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phppgadmin-users |