Database update problem from crontab on ubuntu server

Поиск
Список
Период
Сортировка
От David Jorjoliani
Тема Database update problem from crontab on ubuntu server
Дата
Msg-id 4807B143.5080006@mysoft.ge
обсуждение исходный текст
Ответы Re: Database update problem from crontab on ubuntu server  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Database update problem from crontab on ubuntu server  (Steve Holdoway <steve.holdoway@firetrust.com>)
Re: Database update problem from crontab on ubuntu server  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
Список pgsql-admin
Hi,

I have daily cron jobs for database update, which where working fine on
Fedore Core 6. No I move it on Ubuntu Server 7.10 and postgres gives error:

"unexpected EOF on client connection"

while update running from cron. If I run this update manually from root
user - it works fine. Here is update command:

su -l postgres -c "gunzip -c /backup/rms.gz | psql rms"

Can somebody give any suggestion?

Thanks,
David


В списке pgsql-admin по дате отправления:

Предыдущее
От: Jesper Krogh
Дата:
Сообщение: autovacuum?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Database update problem from crontab on ubuntu server