Re: backup manifests

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: David Steele <david(at)pgmasters(dot)net>, Noah Misch <noah(at)leadboat(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Suraj Kharage <suraj(dot)kharage(at)enterprisedb(dot)com>, tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>, Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>, Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com>, Tels <nospam-pg-abuse(at)bloodgate(dot)com>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Jeevan Chalke <jeevan(dot)chalke(at)enterprisedb(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>
Subject: Re: backup manifests
Date: 2020-04-01 20:47:56
Message-ID: CA+TgmobV+kW5cBCa8_LGvytdOH71gnpqDsmKBR7bghEFgR7Y1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 31, 2020 at 6:50 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2020-03-31 14:10:34 -0400, Robert Haas wrote:
> > I made an attempt to implement this.
>
> Awesome!

Here's a new patch set. I haven't fixed the things in your latest
round of review comments yet, but I did rewrite the documentation for
pg_validatebackup, add documentation for the new pg_waldump option,
and add regression tests for the new WAL-checking facility of
pg_validatebackup.

0001 - add pg_waldump -q
0002 - add checksum helpers
0003 - core backup manifest patch, now with WAL verification included

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
v17-0002-Add-checksum-helper-functions.patch application/octet-stream 9.5 KB
v17-0001-pg_waldump-Add-quiet-option.patch application/octet-stream 3.9 KB
v17-0003-Generate-backup-manifests-for-base-backups-and-v.patch application/octet-stream 136.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2020-04-01 20:59:36 Re: backup manifests
Previous Message Robert Haas 2020-04-01 20:24:54 Re: snapshot too old issues, first around wraparound and then more.