mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Feature Request: Add support for one backup configuration per database and the ability to send that backup to multiple storage destinations. #432
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 @JFMax on 11/6/2025
Add support for one backup configuration per database and the ability to send that backup to multiple storage destinations.
It would be really useful if we could define a single backup config for each database, and then specify multiple storage targets.
For example, I’d like to send backups of one database to at least two different S3-compatible buckets (in different datacenters) for higher resilience.
This would also avoid having to create as many separate backups as there are destinations, which would simplify configuration and reduce resource usage.
What do you think about adding this feature?