Description:
The apt repository for Ubuntu 24.04 LTS (added via mysql-apt-config_0.8.36-1_all.deb) does not reflect the latest versions
It even stepped back for mysql-router and mysql-shell from the previous
I expect 8.4.7 for mysql-server mysql-shell mysql-router mysql-client
But once added and updated, the available versions are:
mysql-server: 8.4.7-1ubuntu24.04
mysql-shell: 8.4.5-1ubuntu24.04
mysql-router: 8.4.5-1ubuntu24.04
mysql-client: 8.4.7-1ubuntu24.04
It even stepped back for mysql-router and mysql-shell from the previous version which was populated between Jul 22 2025 and Oct 22 2025
from /var/lib/apt/lists/repo.mysql.com_apt_ubuntu_dists_noble_mysql-8.4-lts_binary-amd64_Packages:
-------------------------------------
Package: mysql-router
Source: mysql-community
Version: 8.4.6-1ubuntu24.04
Architecture: amd64
Maintainer: MySQL Release Engineering <mysql-build@oss.oracle.com>
Installed-Size: 38
Depends: mysql-router-community
Homepage: http://www.mysql.com/
Priority: optional
Section: database
Filename: pool/mysql-8.4-lts/m/mysql-community/mysql-router_8.4.6-1ubuntu24.04_amd64.deb
Size: 29894
SHA256: ba5ce32f322ec3b89eba1d7bf238c7da120aaff75ddf9a27f5bfe977934f5c8a
SHA1: 81bd98629eb9c3903d39d5873baa39dab8cb0ca6
MD5sum: 17824bb8f98bc4d402829fc55063d2e2
Description: MySQL Router Metapackage
The MySQL(TM) Router software delivers a fast, multi-threaded way of
routing connections from MySQL Clients to MySQL Servers. MySQL is a
trademark of Oracle. This is the shared router metapackage, used for
dependency handling.
Package: mysql-router-community
Source: mysql-community
Version: 8.4.6-1ubuntu24.04
Architecture: amd64
Maintainer: MySQL Release Engineering <mysql-build@oss.oracle.com>
Installed-Size: 77194
Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4)
Conflicts: mysql-router (<< 8.0.3), mysql-router-commercial
Breaks: mysql-router-community
Replaces: mysql-router-community
Homepage: http://www.mysql.com/
Priority: optional
Section: database
Filename: pool/mysql-8.4-lts/m/mysql-community/mysql-router-community_8.4.6-1ubuntu24.04_amd64.deb
Size: 13220240
SHA256: 476d0ff8a861dac1544b5f75fa80a5fc6823632a84dab3b0717ae3bc01cf92ac
SHA1: 8c493f1055e0c8407ceb487b890d456ce2e4561b
MD5sum: 8f7f41676a02edfccc79541e5518c84e
Description: MySQL Router
The MySQL(TM) Router software delivers a fast, multi-threaded way of
routing connections from MySQL Clients to MySQL Servers. MySQL is a
trademark of Oracle.
-------------------------------------
This stalls my hole update process and also makes me wonder what's the reason as the packages itself are available at https://repo.mysql.com/apt/ubuntu/pool/mysql-8.4-lts/m/mysql-community/, 8.4.6 as 8.4.7 for mysql-server, mysql-shell, mysql-router, mysql-client
Same happens for Ubuntu 22.04 LTS, Ubuntu 24.10, Debian 12
How to repeat:
wget https://dev.mysql.com/get/mysql-apt-config_0.8.36-1_all.deb
dpkg -i mysql-apt-config_0.8.36-1_all.deb
apt -update
apt-cache policy mysql-server mysql-shell mysql-router mysql-client|grep -iP 'candidate|installed|^mysql'
Suggested fix:
Offer the latest versions for all pakets in the repository