mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Enhancement: simplify configuration for multiple database backups #31
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 @ced455 on 3/25/2026
Description:
At the moment, configuring backups for multiple databases requires creating a separate configuration for each one.
In environments with many databases, this can lead to a repetitive workflow, as similar configuration steps need to be performed multiple times.
Suggestion:
It could be helpful to introduce a way to duplicate an existing backup configuration.
Such a feature would allow:
Benefits:
This would streamline the process of adding new databases by reducing the amount of manual input required.
Instead of repeating the full configuration each time, the workflow could become:
This approach could make managing backups for multiple databases more efficient while keeping the current flexibility.