Incremental backup from a streaming replication standby
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: pgsql-hackers@postgresql.org
Date: 2024-06-29T05:01:04Z
Lists: pgsql-hackers
I played around with incremental backup yesterday and tried $subject The WAL summarizer is running on the standby server, but when I try to take an incremental backup, I get an error that I understand to mean that WAL summarizing hasn't caught up yet. I am not sure if that is working as designed, but if it is, I think it should be documented. Yours, Laurenz Albe
Commits
-
Document restrictions regarding incremental backups and standbys.
- de8b098ce567 17.0 landed
- 744ddc6c6a0f 18.0 landed