On Thu, 2 Sep 2021 10:50:29 -0700
Otto Kekäläinen <[email protected]> wrote:
> Please test with the version in Debian testing.
We did two tests today. First was an upgrade of the complete system from Buster
to Testing. This worked. mariadb-server and mariadb-client worked both after
upgrade.
Then we tried with apt pinning mariadb-server to testing, and the rest of the
system to bullseye with the following settings:
root@test:/etc/apt/preferences.d# apt-cache policy mariadb-server
mariadb-server:
Installed: (none)
Candidate: 1:10.5.12-1
Version table:
1:10.5.12-1 1000
1 http://ftp.de.debian.org/debian testing/main amd64 Packages
1:10.5.11-1 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
1:10.3.29-0+deb10u1 500
500 http://mirror.hetzner.de/debian/packages buster/main amd64 Packages
1:10.3.25-0+deb10u1 500
500 http://mirror.hetzner.de/debian/security buster/updates/main amd64
Packages
This output was after upgrade, that is why it says "Installed: (none)"
After this test, mariadb-server and client where again missing.
Extract of /var/log/apt/history.log:
Start-Date: 2021-09-03 12:07:44
Commandline: apt dist-upgrade
Install: ..., mariadb-client-core-10.5:amd64 (1:10.5.12-1, automatic), ...,
libmariadb3:amd64 (1:10.5.12-1, automatic), ...
Upgrade: ..., mariadb-common:amd64 (1:10.3.29-0+deb10u1, 1:10.5.12-1),....
Remove: ..., mariadb-server-10.3:amd64 (1:10.3.29-0+deb10u1), ...,
mariadb-client-10.3:amd64 (1:10.3.29-0+deb10u1), mariadb-server:amd64
(1:10.3.29-0+deb10u1), mariadb-client-core-10.3:amd64 (1:10.3.29-0+deb10u1), ...
End-Date: 2021-09-03 12:11:26
Greetings
Sven