Waiting for PostgreSQL 17 – Add support for incremental backup.

from blog select * from depesz;, | ↗ original
On 20th of December 2023, Robert Haas committed patch: Add support for incremental backup. To take an incremental backup, you use the new replication command UPLOAD_MANIFEST to upload the manifest for the prior backup. This prior backup could either be a full backup or another incremental backup. You then use BASE_BACKUP with the INCREMENTAL …...