I tried to do a backup with the command docker container exec <your_mysql_backup_container_name> /restore.sh /backup/<your_sql_backup_gz_file> but I get the message that the database is unkown. This is probably because the database contained a - in the name. Databases that do not make use of a - work fine. Do you maybe have a solution for this or should I recreate all my databases without a hyphen in the name?
Hello,
I tried to do a backup with the command
docker container exec <your_mysql_backup_container_name> /restore.sh /backup/<your_sql_backup_gz_file>
but I get the message that the database is unkown. This is probably because the database contained a-
in the name. Databases that do not make use of a-
work fine. Do you maybe have a solution for this or should I recreate all my databases without a hyphen in the name?