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

From Nigel J. Andrews
Subject Re: Running pg_dump under vcron
Date
Msg-id Pine.LNX.4.21.0306222133510.641-100000@ponder.fairway2k.co.uk
Whole thread Raw
In response to Re: Running pg_dump under vcron  (MT <m_tessier@sympatico.ca>)
List pgsql-general
On Sun, 22 Jun 2003, MT wrote:

> 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.
>

Having not read the start of this I don't know if you've already posted it but
what is the error message(s) you get?


--
Nigel Andrews



pgsql-general by date:

Previous
From: darren@crystalballinc.com
Date:
Subject: Re: Getting one row for each subquery row...?
Next
From: Bruce Momjian
Date:
Subject: Re: A creepy story about dates. How to prevent it?