From 426fb7ce5283674e1bfd3309131865681fde7fe9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 8 Sep 2022 21:18:42 +0200 Subject: [PATCH] Fix MariaDB conf --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index e2a9317..0498800 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -1347,7 +1347,7 @@ def post_pref(self, apt_packages, packages, upgrade=False): # set innodb_buffer_pool_instances depending # on the amount of RAM - WOService.restart_service(self, 'mysql') + WOService.restart_service(self, 'mariadb') # WOFileUtils.mvfile(self, '/var/lib/mysql/ib_logfile0', # '/var/lib/mysql/ib_logfile0.bak')