Hello,
because of the current security update openSUSE-SLE-15.4-2022-3159
mariadb is going to be updated from 10.6.8 -> 10.6.9. After that the starting mariadb fails because the upgrade script seems not to work. I have a nextcloud instance running, and the table cannot be migrated.
The error is reproducible so I just downgrade to 10.6.8 and it is working fine. Is there anything I do about that?
# systemctl status mariadb
mariadb.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2022-09-08 11:54:17 CEST; 25min ago
Docs: man:mysqld(8)
https://mariadb.com/kb/en/library/systemd/
Process: 8169 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper install (code=exited, status=0/SUCCESS)
Process: 8175 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper upgrade (code=exited, status=1/FAILURE)
Sep 08 11:54:17 nuc mysql-systemd-helper[8215]: FATAL ERROR: Upgrade failed
Sep 08 11:54:17 nuc mysql-systemd-helper[8175]: /usr/lib/mysql/mysql-systemd-helper: line 66: 8193 Aborted (core dumped)>
Sep 08 11:54:17 nuc mysql-systemd-helper[8175]: Upgrade failed
Sep 08 11:54:17 nuc mysql-systemd-helper[8175]: Shutting down protected MySQL
Sep 08 11:54:17 nuc mysql-systemd-helper[8175]: /usr/lib/mysql/mysql-systemd-helper: line 133: kill: (8193) - No such process
Sep 08 11:54:17 nuc mysql-systemd-helper[8175]: Final cleanup
Sep 08 11:54:17 nuc mysql-systemd-helper[8175]: Something failed during upgrade, please check logs
Sep 08 11:54:17 nuc systemd[1]: mariadb.service: Control process exited, code=exited, status=1/FAILURE
Sep 08 11:54:17 nuc systemd[1]: mariadb.service: Failed with result 'exit-code'.
Sep 08 11:54:17 nuc systemd[1]: Failed to start MariaDB database server.
Thx for your help!