It looks like an update of MySQL corrupted in some way the xstudio user authorization in some specific versions of our VM.
At the end, the xstudio user cannot connect anymore from localhost which prevents the automatic backup to function properly.
To fix that, please connect to the webmin interface of the VM (https://<ipaddr>:12321
), open the MySQL Database Servermanagement module (from the menu: Servers > MySQL Server Database) and do the following:
- From the User Permissions module delete the xstudio user
- Re-create the xstudio user with the following settings:
Username:xstudio
Password:xstudiopwd
- Open the database permissions module and add the following database permissions:
- Restart MySql by executing the
service mysql restart
command in a terminal.
That should fix the issue and automatic backup will be back.
0 Comments