mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
DB name field is not optional #341
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 @mlongo4290 on 12/19/2025
I'm using v2.8.0.
DB Name field is de-facto mandatory.
When configuring a new backup job, the "DB name" field is labeled as optional (according to the placeholder), but leaving it empty keeps the "Test connection" button disabled. This makes the field de-facto mandatory and prevents the setup of instance-level backups.
I am currently managing about 100 databases on a single host. Configuring a separate job for each database is not scalable. It would be a significant improvement to allow the creation of a single backup job that covers all databases on a host (using a wildcard or a "Select All" option) instead of requiring one job per database.