Обсуждение: pgsql: docs: Mention that pg_combinebackup does not verify backups.

Поиск
Список
Период
Сортировка

pgsql: docs: Mention that pg_combinebackup does not verify backups.

От
Robert Haas
Дата:
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(-)