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

From MT
Subject Re: Running pg_dump under vcron
Date
Msg-id 20030622161713.1b74c709.m_tessier@sympatico.ca
Whole thread Raw
In response to Re: Running pg_dump under vcron  ("Daniel Seichter" <daniel@dseichter.de>)
Responses Re: Running pg_dump under vcron  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
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: "Aurangzeb M. Agha"
Date:
Subject: Re: Question: script to start DB on server reboot
Next
From: Andreas Lehrbaum
Date:
Subject: Aggregate functions on ordered data?