Fix mariadb service not enabled after upgrade

This commit is contained in:
VirtuBox
2022-09-25 13:29:40 +02:00
parent cd6f650e9e
commit 0e7a8dd952
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ class WOStackMigrateController(CementBaseController):
if not ci:
WOAptGet.dist_upgrade(self)
WOAptGet.auto_remove(self)
WOAptGet.auto_clean(self)
Log.valide(self, "Upgrading MariaDB ")
WOFileUtils.mvfile(
self, '/etc/mysql/my.cnf', '/etc/mysql/my.cnf.old')