Package Conflicts with MariaDB 10.11 Community Repo and percona-toolkit on RHEL9

Hello everyone,

I am having a problem installing the toolkit on RHEL9 and MariaDB 10.11 from the community repository.
When I try to install it, there is always a package conflict between MariaDB-common (required by MariaDB) and mysql-common (required by percona-toolkit).

Example error message:
file /usr/share/mysql/charsets/Index.xml from install of mysql-common-8.0.43-1.el9_6.x86_64 conflicts with file from package MariaDB-common-10.11.15-1.el9.x86_64

Percona Toolkit version 3.6.0-1 from Percona_Release_for_EL9_x86_64 is to be installed.

Are there plans to make the toolkit dependencies optionally convertible to the MariaDB equivalents?

Many thanks

hi @fst

Could you provide details of your installation?

Hi, thank you for your reply.

I found my mistake. I accidentally used the release as the repo instead of the pt repo.
With the pt repo, there is no longer a conflict.
Thank you!