-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I understand that this might be more of a homelab feature request than production. Its unlikely that many databases are created in prod
Currently this tool can only backup the SINGLE database which is set in the connection string.
Its not unusual for me to add multiple databases to one postgresql, with this approach I will have to go each time and add a new target database.
I would much more prefer to be able to set a wildcard *
and have the tool resolve all databases and back them up each.
Similarly how borgmatic does it https://torsion.org/borgmatic/docs/how-to/backup-your-databases/
postgresql_databases:
- name: all
Current collection of databases. Most are also created using a pginit container. Adding them to this tool becomes another task. Then updating all the cron jobs, updating all the alerts. Its error prone
Similarly the webhook alerts, from the programming perspective it makes sense to set alerts one by one, but from the users perspective, I want alerts for every database.