Percona MySQL 8.0.* Package missing for Rocky 8

Hello,
I want to run a test of Percona MySQL, but I got trouble with the setup.
My OS is Rocky Linux VERSION=“8.10 (Green Obsidian)”
For Installation I followed the blog on Installing Percona Server for MySQL on Rocky Linux 8

yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm → ok
percona-release setup ps80 → OK
yum -y install percona-server-server → Message:

Percona Server for MySQL 8.0 release/x86_64 YUM 127 kB/s | 2.9 kB 00:00
Percona Tools release/x86_64 YUM repository 134 kB/s | 2.9 kB 00:00
All matches were filtered out by modular filtering for argument: percona-server-server
Error: Unable to find a match: percona-server-server

Can you please give a hint how to get the setup running?

Thanks and Regards
Dirk

Hi Dirk,

Please disable mysql module.

dnf -y module disable mysql

Hi Vadim,

that hjelps, it’s working now :blush:
Thanks for the fast answer.

Regards Dirk