I'm unable to schedule a backup for a MySQL database named
gerencial-gov-prod
through the panel.
Even though the database exists and appears in the dropdown list, selecting it causes the error:
"Invalid name"
.
It seems the panel validation does not accept hyphens (
-
) in the database name, although MySQL fully supports it.
Steps to reproduce:
  1. Go to the "Create Backup" section
  2. Select a database with a hyphen in the name (e.g.,
    gerencial-gov-prod
    )
  3. Observe the validation error
Please see attached screenshot for reference.
Thanks!