* Fri Mar 07 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-9.sme
- upgrade to support mariadb 11.4 [SME: 12930] move mariadb-upgrade to mysql.init unit, remove duplicate in 00_restore_dumped_dbs and 10mysql_upgrade add our tmp.d add post action dnf script update mariadb.service.d/ content set default to utfmb4 - TODO mysql.dump filtering [SME: 12592] - TODO feedback plugin [SME: 12897] * Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme - prestart script requires daemontools bins [SME: 12566]
This commit is contained in:
@@ -9,7 +9,7 @@ PermissionsStartOnly=true
|
||||
|
||||
#reset
|
||||
ExecStartPre=
|
||||
ExecStartPre=/usr/bin/install -d /var/run/mariadb -o mysql -g mysql -m 0755
|
||||
ExecStartPre=/usr/bin/install -d /run/mariadb -o mysql -g mysql -m 0755
|
||||
|
||||
# add mariadb >=10.6 specifics
|
||||
ExecStartPre=/bin/sh -c "systemctl unset-environment _WSREP_START_POSITION"
|
||||
@@ -34,7 +34,7 @@ ExecStart=/usr/sbin/mariadbd \
|
||||
--basedir=/usr \
|
||||
--datadir=/var/lib/mysql \
|
||||
--user=mysql \
|
||||
--pid-file=/var/run/mariadb/mariadb.pid
|
||||
--pid-file=/run/mariadb/mariadb.pid
|
||||
|
||||
ExecStartPost=-/sbin/e-smith/systemd/mariadb-post
|
||||
|
||||
|
Reference in New Issue
Block a user