Re: How to check existing recovery points

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: How to check existing recovery points
Дата
Msg-id CAECtzeWp-1XdgoJpxQtD3oRzU4CoMAWxbh-JBr9w4h7z8YipVA@mail.gmail.com
обсуждение исходный текст
Ответ на How to check existing recovery points  (Loles <lolesft@gmail.com>)
Список pgsql-admin
Hi,

Le lun. 21 mars 2022 à 15:07, Loles <lolesft@gmail.com> a écrit :
Hi everyone!

I know how create news recovery points with pg_create_restore_point('name'); but I don't know but how to query the previously created points.

There is any way to check them, other than looking in the log?


You can always use pg_waldump. For example:

pg_waldump -r XLOG "some wal file" 2>&1  | grep "RESTORE_POINT"

(but replace "some wal file" with an actual WAL file name)

Can they be removed?


Nope.


--
Guillaume.

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

Предыдущее
От: Loles
Дата:
Сообщение: How to check existing recovery points
Следующее
От: "Michel SALAIS"
Дата:
Сообщение: RE: How to check existing recovery points