postgresql/src/backend/backup
Robert Haas de8b098ce5 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
2024-07-25 16:09:24 -04:00
..
backup_manifest.c Add the system identifier to backup manifests. 2024-03-13 15:12:33 -04:00
basebackup.c Fix unnecessary padding in incremental backups 2024-04-14 20:37:49 +02:00
basebackup_copy.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_gzip.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_incremental.c Document restrictions regarding incremental backups and standbys. 2024-07-25 16:09:24 -04:00
basebackup_lz4.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_progress.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
basebackup_server.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
basebackup_sink.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_target.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_throttle.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
basebackup_zstd.c Harmonize function parameter names for Postgres 17. 2024-06-12 17:01:51 -04:00
Makefile Add support for incremental backup. 2023-12-20 09:49:12 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
walsummary.c Revert "Temporary patch to help debug pg_walsummary test failures." 2024-03-20 11:34:00 -05:00
walsummaryfuncs.c Fix limit block handling in pg_wal_summary_contents(). 2024-07-09 09:29:11 +09:00