mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[FEAT] Support Multiple Backup Configurations per Database #394
Reference in New Issue
Block a user
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 @SethPheasant on 11/21/2025
Summary
First, thank you for creating and maintaining Postgresus — it’s an excellent tool, and I truly appreciate the functionality and simplicity it brings to managing PostgreSQL backups.
Currently, Postgresus allows only one backup configuration per database. This limitation restricts users to a single backup target and schedule. I would like to request support for multiple backup configurations for the same database, each with its own destination and cadence.
Problem Statement
In many environments, a single backup target is not sufficient for reliability, redundancy, or compliance. For example:
Because only one configuration can currently be defined, users must choose between competing needs or manually reconfigure backups—both of which reduce resilience and increase administrative burden.
Proposed Enhancement
Enable multiple independent backup configurations per database. Each configuration should specify:
Each configuration should operate independently, allowing a single database to be backed up to multiple destinations on different schedules.