Re: [GENERAL] Using pg_dump in a cron

2005-06-02 Thread Patrick . FICHE
--- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tom Lane Sent: jeudi 2 juin 2005 18:07 To: [EMAIL PROTECTED] Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Using pg_dump in a

Re: [GENERAL] Using pg_dump in a cron

2005-06-02 Thread Vivek Khera
On Jun 2, 2005, at 9:43 AM, [EMAIL PROTECTED] wrote:Your "cron" job on ALIS. $HOME/.profile; pg_dump alis -U postgres -f $AQSADIR/data/backup/alis_data.sql -a -d >/dev/null 2>&1   produced the following output:   stty: : No such device or address What's wrong with it ? Your .profile executes the st

Re: [GENERAL] Using pg_dump in a cron

2005-06-02 Thread Tom Lane
[EMAIL PROTECTED] writes: > The dump execution is OK but my user gets a mail containing the = > following > message : > > Your "cron" job on ALIS > . $HOME/.profile; pg_dump alis -U postgres -f > $AQSADIR/data/backup/alis_data.sql -a -d >/dev/null 2>&1 > > produced the following output: > > s