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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: docs: Mention that pg_combinebackup does not verify backups.
Дата
Msg-id E1rxSEv-002hVO-3O@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix restore of not-null constraints with inheritance
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix restore of not-null constraints with inheritance