Re: pgsql: Generate backup manifests for base backups, and validate them.
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Robert Haas <rhaas@postgresql.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-04-07T09:51:32Z
Lists: pgsql-hackers
On 2020-04-03 21:07, Robert Haas wrote: > A new tool called pg_validatebackup can validate a backup against the > manifest. In software engineering, "verify" and "validate" have standardized distinct meanings. I'm not going to try to explain them here, but you can easily find them online. I haven't formed an opinion on which one of them this tool is doing, but I notice that both the man page and the messages produced by the tool use the two terms seemingly interchangeably. We should try to pick the correct term and use it consistently. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Rename pg_validatebackup to pg_verifybackup.
- dbc60c5593f2 13.0 landed
-
Generate backup manifests for base backups, and validate them.
- 0d8c9c1210c4 13.0 cited