Issue
The DB Governor /var/log/dbgovernor-error.log file contains the following errors:
[Wed Jan 11 16:15:48 2023] Update your MySQL to CLL version from repo.cloudlinux.com. Current is 8.0.31
Environment
- CloudLinux OS 6/7/8
- Mysql\Mariadb server with db_governor
Solution
1. Check if the MySQL/MariaDB server version is supported by the DB Governor at https://changelog.cloudlinux.com/
2. Compare it with the version on the server, to check it you can use the following command:
mysql -V
3. Install the correct MySQL version packages on the server according to the documentation:
https://docs.cloudlinux.com/cloudlinux_os_components/#installation
Please make a full database backup (including system tables) before installing new database packages!
4. Example of commands for MySQL 8:
/usr/share/lve/dbgovernor/mysqlgovernor.py --mysql-version=mysql80
/usr/share/lve/dbgovernor/mysqlgovernor.py --install
Cause
Database packages installed from non-CloudLinux repositories.
Useful links
https://docs.cloudlinux.com/cloudlinux_os_components/#installation
Comments
0 comments
Please sign in to leave a comment.