Hi Chris! I am not able to reproduce this, here are the steps I am using:
- start a systemd podman debian 10 container; | $ podman run --name sys-test --rm -d fauust/docker-systemd:debian-10 | $ podman exec -it sys-test bash - activate debian snapshot repo (to install old mariadb-server version 10.3.27-0+deb10u1); | # echo "deb http://snapshot.debian.org/archive/debian/20210105 buster main">/etc/apt/sources.list - install mariadb-server 10.3.27-0+deb10u1, start it and check; | # apt update && apt install mariadb-server -y | # systemctl start mariadb && mariadb | Welcome to the MariaDB monitor. Commands end with ; or \g. | Your MariaDB connection id is 15 | Server version: 10.3.27-MariaDB-0+deb10u1 Debian 10 | | Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. | | Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. - stop mariadb and test the upgrade: | # systemctl stop mariadb | # echo "deb http://deb.debian.org/debian buster main">/etc/apt/sources.list | # apt update && apt upgrade -y - verify that mariadb is not started, start it and check the version: | # systemctl status mariadb | ● mariadb.service - MariaDB 10.3.29 database server | Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled) | Active: inactive (dead) since Fri 2021-07-09 14:23:31 UTC; 1min 17s ago | Docs: man:mysqld(8) | https://mariadb.com/kb/en/library/systemd/ | Main PID: 1268 (code=exited, status=0/SUCCESS) | Status: "MariaDB server is down" | CPU: 998ms | # systemctl start mariadb && mariadb | Welcome to the MariaDB monitor. Commands end with ; or \g. | Your MariaDB connection id is 8 | Server version: 10.3.29-MariaDB-0+deb10u1 Debian 10 | | Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. | | Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. Can you please provide some information about the context and guide me so I could try to reproduce this? Also, I don't see how it could influence, but as you seem to be on arm platform, maybe we should try to reproduce it on this architecture? Regards, -- Faustin
signature.asc
Description: PGP signature