mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #73] [FEATURE] Support pgbackrest #62
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#62
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 @cheggerdev on GitHub (Jan 1, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/73
Hi,
AFAIK pg_dump and pg_dumpall do not deal with instructions provided by extensions.
For example, they do not dump the hypertable instructions from the timescaledb extension.
However, pgbackrest https://pgbackrest.org/ can do backup & restore all of it.
Therefore, please add support for pgbackrest.
@webysther commented on GitHub (Aug 18, 2025):
I think will be better if pgbackweb has a pgbackrest interface only. :)