Re: block-level incremental backup

Поиск
Список
Период
Сортировка
От Ibrar Ahmed
Тема Re: block-level incremental backup
Дата
Msg-id CALtqXTf9S4j112wxyj3AiicUZqyO=6aC9RkkCYMJ=8E+ieg6xQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: block-level incremental backup  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Ответы Re: block-level incremental backup  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Список pgsql-hackers


On Wed, Jul 17, 2019 at 6:43 PM Jeevan Chalke <jeevan.chalke@enterprisedb.com> wrote:
On Wed, Jul 17, 2019 at 2:15 PM Ibrar Ahmed <ibrar.ahmad@gmail.com> wrote:

At what stage you will apply the WAL generated in between the START/STOP backup. 

In this design, we are not touching any WAL related code. The WAL files will
get copied with each backup either full or incremental. And thus, the last
incremental backup will have the final WAL files which will be copied as-is
in the combined full-backup and they will get apply automatically if that
the data directory is used to start the server.

Ok, so you keep all the WAL files since the first backup, right?   
 
--
Ibrar Ahmed

--
Jeevan Chalke
Technical Architect, Product Development
EnterpriseDB Corporation



--
Ibrar Ahmed

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Intermittent pg_ctl failures on Windows
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: POC: converting Lists into arrays