Oliver Meyer
Regular Pleskian
Hi,
last weekend I upgraded one of my servers from Plesk 12 to 12.5 and encountered a problem afterwards.
OS: CentOS 7.1.1503 x86_64
Plesk: 12.5.30 MU3
MySQL: MariaDB 10.0.21 (official MariaDB repo for CentOS 7)
Problem:
MariaDB installed from the official MariaDB repo is not using a systemd-service but an old-style SysV init-script (/etc/init.d/mysql).
Now, after upgrading to Plesk 12.5 I'm not able to start / restart the plesk-services, because they expect an existing MariaDB systemd-service:
[root@s1 ~]# systemctl restart sw-cp-server.service
Failed to issue method call: Unit mariadb.service failed to load: No such file or directory.
[root@s1 ~]# systemctl restart sw-engine.service
Failed to issue method call: Unit mariadb.service failed to load: No such file or directory.
[root@s1 ~]# systemctl restart psa.service
Failed to issue method call: Unit mariadb.service failed to load: No such file or directory.
------
Can this be fixed with a forthcoming MU or is there a workaround?
Best regards,
Oliver Meyer
last weekend I upgraded one of my servers from Plesk 12 to 12.5 and encountered a problem afterwards.
OS: CentOS 7.1.1503 x86_64
Plesk: 12.5.30 MU3
MySQL: MariaDB 10.0.21 (official MariaDB repo for CentOS 7)
Problem:
MariaDB installed from the official MariaDB repo is not using a systemd-service but an old-style SysV init-script (/etc/init.d/mysql).
Now, after upgrading to Plesk 12.5 I'm not able to start / restart the plesk-services, because they expect an existing MariaDB systemd-service:
[root@s1 ~]# systemctl restart sw-cp-server.service
Failed to issue method call: Unit mariadb.service failed to load: No such file or directory.
[root@s1 ~]# systemctl restart sw-engine.service
Failed to issue method call: Unit mariadb.service failed to load: No such file or directory.
[root@s1 ~]# systemctl restart psa.service
Failed to issue method call: Unit mariadb.service failed to load: No such file or directory.
------
Can this be fixed with a forthcoming MU or is there a workaround?
Best regards,
Oliver Meyer