Re: pg_stop_backup does not complete

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: pg_stop_backup does not complete
Дата
Msg-id 4B858CDC.6000505@agliodbs.com
обсуждение исходный текст
Ответ на Re: pg_stop_backup does not complete  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: pg_stop_backup does not complete  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: pg_stop_backup does not complete  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: pg_stop_backup does not complete  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: pg_stop_backup does not complete  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pg_stop_backup does not complete  (Greg Smith <greg@2ndquadrant.com>)
Re: pg_stop_backup does not complete  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
> 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.

--Josh Berkus


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: A thought on Index Organized Tables
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: pg_stop_backup does not complete