Fix mariadb configuration on Ubuntu 20.04
This commit is contained in:
@@ -1000,8 +1000,12 @@ def post_pref(self, apt_packages, packages, upgrade=False):
|
|||||||
inno_buffer=wo_ram_innodb,
|
inno_buffer=wo_ram_innodb,
|
||||||
inno_log_buffer=wo_ram_log_buffer,
|
inno_log_buffer=wo_ram_log_buffer,
|
||||||
innodb_instances=wo_innodb_instance)
|
innodb_instances=wo_innodb_instance)
|
||||||
WOTemplate.deploy(
|
if os.path.exists('/etc/mysql/mariadb.conf.d/50-server.cnf'):
|
||||||
self, '/etc/mysql/my.cnf', 'my.mustache', data)
|
WOTemplate.deploy(
|
||||||
|
self, '/etc/mysql/my.cnf', 'my.mustache', data)
|
||||||
|
else:
|
||||||
|
WOTemplate.deploy(
|
||||||
|
self, '/etc/mysql/my.cnf', 'my.mustache', data)
|
||||||
# replacing default values
|
# replacing default values
|
||||||
Log.debug(self, "Tuning MySQL configuration")
|
Log.debug(self, "Tuning MySQL configuration")
|
||||||
if os.path.isdir('/etc/systemd/system/mariadb.service.d'):
|
if os.path.isdir('/etc/systemd/system/mariadb.service.d'):
|
||||||
|
|||||||
Reference in New Issue
Block a user