diff --git a/doc/pgprobackup.xml b/doc/pgprobackup.xml index dbead635..c03688bd 100644 --- a/doc/pgprobackup.xml +++ b/doc/pgprobackup.xml @@ -1161,6 +1161,14 @@ GRANT SELECT ON TABLE pg_catalog.pg_database TO backup; PostgreSQL. Links to PTRACK patches can be found here. + + + PTRACK versions lower than 2.0 are deprecated. Postgres Pro Standard and Postgres Pro Enterprise + versions starting with 11.9.1 contain PTRACK 2.0. Upgrade your server to avoid issues in backups + that you will take in future and be sure to take fresh backups of your clusters with the upgraded + PTRACK since the backups taken with PTRACK 1.x might be corrupt. + + If you are going to use PTRACK backups, complete the following additional steps. The role that will perform PTRACK backups @@ -1168,7 +1176,7 @@ GRANT SELECT ON TABLE pg_catalog.pg_database TO backup; access to all the databases of the cluster. - For PostgreSQL 12 or higher: + For PostgreSQL 11 or higher: @@ -1226,7 +1234,7 @@ GRANT EXECUTE ON FUNCTION pg_ptrack_get_block(oid, oid, oid, bigint) TO backup; For older PostgreSQL versions, PTRACK required taking backups in the exclusive mode to provide exclusive access to bitmaps with changed blocks. - To set up PTRACK backups for PostgreSQL 11 + To set up PTRACK backups for PostgreSQL 10 or lower, do the following: