Re: Consistent PITR backup

Поиск
Список
Период
Сортировка
От Thomas Karcher
Тема Re: Consistent PITR backup
Дата
Msg-id 1192114238.9842.4.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Consistent PITR backup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hi Tom,

> >> I believe the intended way to do this is to look at pg_stop_backup's
> >> return value to determine the last segment you need to archive.
> > Thank you - I saw that, but I didn't have a clue about how to determine
> > the WAL filename in which this segment is to be found ...
> Well, the transformation is pretty trivial, but you can use
> pg_xlogfile_name() to avoid getting your hands dirty.

That's what I was looking for! Thank you!


Best regards from Germany,
Thomas



Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Consistent PITR backup
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Consistent PITR backup