Hi
I need to install below version
mysql Ver 8.0.34-26 for Linux on x86_64 (Percona Server (GPL), Release 26, Revision 0fe62c85)
I am using below steps, but I am getting 8.0.36 version which is expected as I am using latest repo, how to install the specific version as I needed (8.0.34-26) in this case
sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
sudo percona-release enable-only ps-8x-innovation release
sudo percona-release enable tools release
sudo yum install percona-server-server
Please help
Hi Virit,
Please enable ps-80 repo and specify a required version of PS package
percona-release enable-only ps-80 release
yum install percona-server-server-8.0.34-26.1.el9
Thank you.
Another solution is to use our Distributions:
percona-release setup pdps-8.0.34 release
In this case you will get not only Percona Server for MySQL 8.0.34 but also a set of other software build and tested together with this exact version. As an example - a recommended Percona XtraBackup version
1 Like
I tried to download pdps-8.0.34, it did not work.
Instead of rpm(s) , I want to use yum to install 8.0.34
@virin_t exactly.
when you execute percona-release setup pdps-8.0.34 release
it creates repo file that allows you to use yum to install packages.
so you should use sudo yum install percona-server-server
Hi @Evgeniy_Patlan , thank you
So, I just have to run below on on VM instance?
percona-release setup pdps-8.0.34 release
and then
yum install percona-server-server
@virin_t yes exactly. you need only these 2 commands
Hi @Evgeniy_Patlan , appreciate your confirmation.
I have tried this, and I see below, am I missing anything?
percona-release setup pdps-8.0.34 release
- “setup” command supports only “-y”
Usage: percona-release enable | enable-only | setup | disable ( | all) [COMPONENT]
Example: percona-release enable tools release
Example: percona-release enable-only ps-80 experimental
Example: percona-release setup ps57
Example: percona-release setup -y ps57
→ Available commands: enable enable-only setup disable
→ Available setup products: ps56 ps57 ps80 psmdb34 psmdb36 psmdb40 psmdb42 pxb80 pxc56 pxc57 pxc80 ppg11 ppg11.5 ppg11.6 ppg11.7 ppg11.8 ppg12 ppg12.2 ppg12.3 pdmdb4.2 pdmdb4.2.6 pdmdb4.2.7 pdmysql8.0.18 pdmysql8.0
→ Available repositories: original ps-80 pxc-80 psmdb-40 psmdb-42 tools ppg-11 ppg-11.5 ppg-11.6 ppg-11.7 ppg-11.8 ppg-12 ppg-12.2 ppg-12.3 pdmdb-4.2 pdmdb-4.2.6 pdmdb-4.2.7 pdmysql-8.0 pdmysql-8.0.18
→ Available components: release testing experimental
=> The “-y” option for the setup command automatically answers “yes” for all interactive questions.
=> Please see percona-release page for help: Configure Percona repositories - Percona Software Repositories
$yum install percona-server-server
Loaded plugins: fastestmirror
Determining fastest mirrors
epel/x86_64/metalink | 25 kB 00:00:00
https://wiki.centos.org/yum-errors
If above article doesn’t help to resolve this issue please use https://bugs.centos.org/.
tools-release-noarch | 2.9 kB 00:00:00
tools-release-x86_64 | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
(1/9): epel/x86_64/group_gz | 100 kB 00:00:00
(2/9): epel/x86_64/updateinfo | 1.0 MB 00:00:00
(3/9): epel/x86_64/primary_db | 7.0 MB 00:00:00
(4/9): google-cloud-compute/primary | 4.2 kB 00:00:00
(5/9): grafana/primary_db | 804 kB 00:00:00
(6/9): tools-release-x86_64/7/primary_db | 185 kB 00:00:00
(7/9): updates/7/x86_64/primary_db | 26 MB 00:00:00
(8/9): percona-release-x86_64/7/primary_db | 1.4 MB 00:00:00
(9/9): extras/7/x86_64/primary_db | 253 kB 00:00:03
google-cloud-compute 12/12
No package percona-server-server available.
Error: Nothing to do