mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #123] Feature - support for postgres 17 incremental backups #104
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paatriot1988 on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/123
PostgreSQL 17 introduced incremental backups using pg_basebackup, allowing for more efficient backups and faster restores. This approach saves storage space and time by only backing up the changes made since the last full backup.
@hermesalvesbr commented on GitHub (Jul 1, 2025):
Great idea