https://bugzilla.suse.com/show_bug.cgi?id=1227311 https://bugzilla.suse.com/show_bug.cgi?id=1227311#c2 Victor Ortiz <silentworks@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major Priority|P5 - None |P2 - High --- Comment #2 from Victor Ortiz <silentworks@gmail.com> --- So, 3 months later, a few Mariadb packages and versions later: It's still the same behavior. Does anyone ever test anything of that you ship? - Sorry that was a rhetorical question. The evidence is that no one does. Not even for one of the most common and basic services? Mariadb package upgraded to 15.2, the result? all instances dead on service restart. Not great. Could be worse i guess. On what are the SLE and other paid services based? Is probably not this, is some super duper repository that you check each package right? is not this same one with zero testing, right? Riiight guys? Maybe wanna look again into the line 119 of /usr/libexec/mysql/mysql-systemd-helper? ############################# # ps auxf | grep mysqld mysql 95623 0.4 0.7 1294920 242480 pts/1 Sl+ 19:15 0:00 \_ /usr/sbin/mysqld --defaults-file=/etc/my.cnf --user=mysql --skip-networking --skip-grant-tables --log-error=/var/tmp/mysql-protected.gy2mpr/log_upgrade_run --socket=/var/tmp/mysql-protected.gy2mpr/mysql.sock --pid-file=/var/tmp/mysql-protected.gy2mpr/mysqld.pid # mysql_upgrade --socket=/var/tmp/mysql-protected.gy2mpr/mysql.sock mysql_upgrade: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-upgrade' instead Reading datadir from the MariaDB server failed. Got the following error when executing the 'mysql' command line client ERROR 2026 (HY000): TLS/SSL error: Hostname verification failed FATAL ERROR: Upgrade failed # mysql_upgrade --socket=/var/tmp/mysql-protected.gy2mpr/mysql.sock --disable-ssl-verify-server-cert mysql_upgrade: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-upgrade' instead Major version upgrade detected from 11.4.2-MariaDB to 11.5.2-MariaDB. Check required! Phase 1/8: Checking and upgrading mysql database Processing databases .............. ############################# -- You are receiving this mail because: You are on the CC list for the bug.