mysql-backup image doesn't seem to support the restoring of previously backed up tables to a database with a different name.
When trying we get this error:
Attaching to restore_backup_1
backup_1 | ./
backup_1 | ./backup_2023-03-19T09:14:19Z.sql
backup_1 | ERROR 1044 (42000) at line 22: Access denied for user 'xyz_dr'@'%' to database 'xyz'
restore_backup_1 exited with code 0
The tool works fine on a different database with same schema name.
Is this a design feature or an oversight.
Either way is it possible to implement this in a future release?
Hi All,
mysql-backup image doesn't seem to support the restoring of previously backed up tables to a database with a different name.
When trying we get this error:
The tool works fine on a different database with same schema name.
Is this a design feature or an oversight.
Either way is it possible to implement this in a future release?
Thanks