mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[Req] wildcard DB selection #48
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 @Trapulo on 3/20/2026
I think it will be really useful to create backup jobs selecting databases with wildcard (or other "all databases selection").
For example, I'd like to setup a backup job for all DB on my MariaDB, and avoid to add every new database to Databasus setup. Just configure "backup all them" as I'm used with my current internal script.
thanks