mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #138] Feature Request: Add Application Version Metadata to Backups #115
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#115
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 @michaelvips on GitHub (Oct 1, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/138
Add Application Version Metadata to Backups
In some Docker-based applications, when updating to a new image, database migrations are automatically applied. In this scenario, a backup taken before the update can only be safely restored if the database is running with the same application version that was active at the time of the backup. Currently, pgbackweb does not provide a way to associate backups with the application version.
It would be useful if pgbackweb could store application version information alongside each backup. Some possible approaches:
alternatives
context
This feature would make it easier to manage backups across application updates, avoid incompatibilities, and provide more clarity when restoring data in version-sensitive environments.