Document restrictions regarding incremental backups and standbys.
authorRobert Haas <rhaas@postgresql.org>
Thu, 25 Jul 2024 19:45:06 +0000 (15:45 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 25 Jul 2024 20:09:24 +0000 (16:09 -0400)
commitde8b098ce567526e4da7d6e51cfe0fb132123ad7
treee9a0ed2827965514e7b6e3c46cae1ab3c75f9887
parent6622da8d3c7153fce58a35448f37a8869681625c
Document restrictions regarding incremental backups and standbys.

If you try to take an incremental backup on a standby and there hasn't
been much system activity, it might fail. Document why this happens.
Also add a hint to the error message you get, to make it more likely
that users will understand what has gone wrong.

Laurenz Albe and Robert Haas

Discussion: https://postgr.es/m/5468641ad821dad7aa3b2d65bf843146443a1b68.camel@cybertec.at
doc/src/sgml/backup.sgml
src/backend/backup/basebackup_incremental.c