When I upgrade my Debian 10 to 11, the SeaHub service does not start anymore. Has anyone encountered the same problem or is there a known solution here? Unfortunately, I cannot find any clues in the log files.
5.1.6. MariaDB package names no longer include version numbers
Unlike bullseye that had the MariaDB version in package names (e.g. mariadb-server-10.5 and mariadb-client-10.5), in bookworm the equivalent MariaDB 10.11 package names are fully versionless (e.g. mariadb-server or mariadb-client). The MariaDB version is still visible in the package version metadata.
There is at least one known upgrade scenario (Bug #1035949) where the transition to versionless package names fails: running
apt-get install default-mysql-server
may fail when mariadb-client-10.5 and the file /usr/bin/mariadb-admin in it is removed before the MariaDB server SysV init service has issued a shutdown, which uses mariadb-admin. The workaround is to run
apt upgrade
before running
apt full-upgrade
I had to reinstall the dependencies after the “apt full-upgrade”