Re: pgsql: Add support for incremental backup.
On 12/20/23 09:54, Robert Haas wrote: Add support for incremental backup. \o/ Awesome! -- Joe Conway PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
pgsql: Add support for incremental backup.
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 option t
