Skip to content

Make mysql-optimize.cron and mysql-backup.cron handle missing `mysql` + `mysqldump` + `mysqlcheck`

William Edwards requested to merge feature/handle-mariadb-110 into master

These commands were symlinks to mariadb, mariadb-dump and mariadbcheck respectively. In MariaDB 11.0, these commands are deprecated, so these symlinks were moved to a separate 'compat' Debian package. By letting tuxis-cron fall back to the old commands, we don't need to install this compat package, while also handling cases where MySQL is used instead of MariaDB.

Edited by William Edwards

Merge request reports