I have updated Debian to 11. Mysql sources list still listed buster though. So i tried to reconfigure using
mysql-apt-config_0.8.24-1_all.deb
which did not help. So i downloaded mysql-apt-config_0.8.33-1_all.deb
however, this cannot be
dpkg -i mysql-apt-config_0.8.33-1_all.deb
as it gives
dpkg-deb: error: archive '/var/cache/apt/archives/mysql-common_8.0.35-1ubuntu23.04_amd64.deb' uses unknown compression for member 'control.tar.zst', giving up
I read that zstd is only available in Debian 12. What is the cleanest way to achieve updating mysql apt lists after debian upgrade?
The file /etc/apt/sources.list.d/mysql.list
contains warning
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out entries below, but any other modifications may be lost.
# Use command 'dpkg-reconfigure mysql-apt-config' as root for modifications.
So if i manually change buster
to bullseye
it will be probably overwritten later.
Asked by atapaka
(675 rep)
Feb 3, 2025, 02:26 PM