Comments - systemd

7 years, 7 months ago Jonathan Gazeley

MariaDB 10.1.17 and other recent releases still include an init script as well as a systemd unit. The init script ships with chkconfig on and this causes a race condition as to which version of the daemon starts first. This has causes us significant problems with RPM updates and system reboots.

[jg4461@db2 ~]$ yum provides */init.d/mysql
MariaDB-server-10.1.16-1.el7.centos.x86_64 : MariaDB: a very fast and robust SQL database server
Repo        : mariadb-enterprise-main
Matched from:
Filename    : /etc/init.d/mysql

MariaDB-server-10.1.17-1.el7.centos.x86_64 : MariaDB: a very fast and robust SQL database server
Repo        : mariadb
Matched from:
Filename    : /etc/init.d/mysql
 
7 years, 7 months ago Daniel Black

Please report bugs on https://jira.mariadb.org

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.