Re: pg_stop_backup does not complete

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_stop_backup does not complete
Дата
Msg-id 29263.1267044422@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_stop_backup does not complete  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: pg_stop_backup does not complete  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
>> pg_stop_backup() doesn't complete until all the WAL segments needed to
>> restore from the backup are archived. If archive_command is failing,
>> that never happens.

> OK, so we need a way out of that cycle if the user is issuing
> pg_stop_backup because they *already know* that archive_command is
> failing.  Right now, there's no way out other than a fast shutdown,
> which is a bit user-hostile.

The pg_abort_backup() operation previously proposed seems like the only
workable compromise.  Simon is quite right to not want pg_stop_backup()
to behave in a way that could contribute to data loss; but on the other
hand there needs to be some clear way to get the system out of that
state at need.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pg_stop_backup does not complete
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: pg_stop_backup does not complete