From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: docs: Mention that pg_combinebackup does not verify backups. |
Date: | 2024-04-18 13:55:49 |
Message-ID: | E1rxSEv-002hVO-3O@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
docs: Mention that pg_combinebackup does not verify backups.
We don't want users to think that pg_combinebackup is trying to check
the validity of individual backups, because it isn't. Adjust the wording
about sanity checks to make it clear that verification of individual
backups is the job of pg_verifybackup, and that the checks performed
by pg_combinebackup are around the relationships between the backups.
Per discussion with David Steele.
Discussion: http://postgr.es/m/e6f930c3-590c-47b9-b094-217bb2a3e22e@pgmasters.net
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2e2d4604d94318a304d350aee478bda91a521339
Modified Files
--------------
doc/src/sgml/ref/pg_combinebackup.sgml | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2024-04-18 14:08:58 | Re: pgsql: Fix restore of not-null constraints with inheritance |
Previous Message | Alvaro Herrera | 2024-04-18 13:37:43 | pgsql: Fix restore of not-null constraints with inheritance |