Re: Running pg_dump under vcron - Mailing list pgsql-general

From MT
Subject Re: Running pg_dump under vcron
Date
Msg-id 20030622150924.597d0814.mt@open2web.com
Whole thread Raw
In response to Re: Running pg_dump under vcron  ("Daniel Seichter" <daniel@dseichter.de>)
List pgsql-general
On Sun, 22 Jun 2003 19:57:18 +0200
"Daniel Seichter" <daniel@dseichter.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

pgsql-general by date:

Previous
From: Andreas Lehrbaum
Date:
Subject: Aggregate functions on ordered data?
Next
From: darren@crystalballinc.com
Date:
Subject: Re: Getting one row for each subquery row...?