Re: pg_dump makes our system unusable - any way to pg_dump in the middle of the day? (postgres 8.4.4)

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: pg_dump makes our system unusable - any way to pg_dump in the middle of the day? (postgres 8.4.4)
Дата
Msg-id 4D672E6B.6040002@hogranch.com
обсуждение исходный текст
Ответ на Re: pg_dump makes our system unusable - any way to pg_dump in the middle of the day? (postgres 8.4.4)  (Adam Bruss <abruss@awrcorp.com>)
Ответы Re: pg_dump makes our system unusable - any way to pg_dump in the middle of the day? (postgres 8.4.4)
Список pgsql-general
On 02/24/11 7:09 PM, Adam Bruss wrote:
> I'm using cruisecontrol and ant to back up our database at certain
> times on certain days of the week. Cruisecontrol sends out completion
> emails when it's done. I don't think pgsql has a good built in way to
> schedule backups. Cruisecontrol offers supreme flexibility with
> relatively little work.
>

wow, thats a complicated lotta stuff to do what crontab would do with a
oneliner

0 6 * * 3,6 pg_dump <args to dump>

(06:00 on wed,sat)

or the windows task scheduler equivalent.



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Octal to hex transition - WTF
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Index Ignored Due To Use Of View