On Sun, 22 Jun 2003 19:57:18 +0200
"Daniel Seichter" <daniel(at)dseichter(dot)de> wrote:
> Hello,
>
> > /usr/bin/pg_dump -a -f /home/httpd/htdocs/db_name.sql db_name
> Try to use a pipe
>
> PG_PATH$/pg_dump [PARAMETERS] > BACKUP_PATH$/dumpfile.sql
As in
/usr/bin/pg_dump -a herboris > /home/httpd/htdocs/herboris_data.sql
This works manually but not from cron.
>
> HTH,
> Daniel
> --
> postgreSQL on Netware - the red elephant
> http://postgresql.dseichter.org
> Last update: 26th May 2003
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster