Skip to content

db_cleaner: remove service

Mark Janes requested to merge majanes/mesa_ci_results:for_merge into master

MariaDB bugs caused the growth of database files even as we deleted rows from old builds.

With the update to MariaDB 10.11.7, this is no longer a problem. We do not need to make new copies of database tables to compress them and recover disk space.

Merge request reports