Re: pgsql: Add support for incremental backup.

2023-12-20 Thread Joe Conway
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.

2023-12-20 Thread Robert Haas
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