Re: block-level incremental backup
От | Robert Haas |
---|---|
Тема | Re: block-level incremental backup |
Дата | |
Msg-id | CA+TgmobS4A87wq6OMFGkDSvd-gM8ZNOOhAxPkzdPRWCdWOQRiA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: block-level incremental backup (Ashwin Agrawal <aagrawal@pivotal.io>) |
Список | pgsql-hackers |
On Wed, Apr 10, 2019 at 12:56 PM Ashwin Agrawal <aagrawal@pivotal.io> wrote: > Not to fork the conversation from incremental backups, but similar approach is what we have been thinking for pg_rewind.Currently, pg_rewind requires all the WAL logs to be present on source side from point of divergence to rewind.Instead just parse the wal and keep the changed blocks around on sourece. Then don't need to retain the WAL but canstill rewind using the changed block map. So, rewind becomes much similar to incremental backup proposed here after performingrewind activity using target side WAL only. Interesting. So if we build a system like this for incremental backup, or for pg_rewind, the other one can use the same infrastructure. That sound excellent. I'll start a new thread to talk about that, and hopefully you and Heikki and others will chime in with thoughts. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: