Can't install Percona Server for MySQL from Percona yum repository on CentOS 8

Can’t install Percona Server for MySQL from Percona yum repository on CentOS 8, as it described at Installing Percona Server for MySQL on Red Hat Enterprise Linux and CentOS — Percona Server 8.0 Documentation

# yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm

# percona-release setup ps80

# yum install percona-server-server

Results:

[MIRROR] percona-server-client-8.0.22-13.1.el8.x86_64.rpm: Downloading successful, but checksum doesn't match. Calculated: 7db844395446c5162fdad5a01cf3f2a9039bfee13f880127b12c637fb30730f0(sha256)  Expected: 9ca0163329fbe4ab3e23bc9bb5889941d49d6e6d0f6efb3e2528561f98ccb548(sha256)
[MIRROR] percona-server-server-8.0.22-13.1.el8.x86_64.rpm: Downloading successful, but checksum doesn't match. Calculated: 60a593f320ed36c4b365368ccd5af5f7baefd276364fdf184648af581eb98c9c(sha256)  Expected: 89e75e756bbdec5704b1843be1914b8c173838ef7cadb3bb48c34f6c2de57015(sha256)
[MIRROR] percona-server-client-8.0.22-13.1.el8.x86_64.rpm: Downloading successful, but checksum doesn't match. Calculated: 7db844395446c5162fdad5a01cf3f2a9039bfee13f880127b12c637fb30730f0(sha256)  Expected: 9ca0163329fbe4ab3e23bc9bb5889941d49d6e6d0f6efb3e2528561f98ccb548(sha256)
[MIRROR] percona-server-server-8.0.22-13.1.el8.x86_64.rpm: Downloading successful, but checksum doesn't match. Calculated: 60a593f320ed36c4b365368ccd5af5f7baefd276364fdf184648af581eb98c9c(sha256)  Expected: 89e75e756bbdec5704b1843be1914b8c173838ef7cadb3bb48c34f6c2de57015(sha256)
[FAILED] percona-server-server-8.0.22-13.1.el8.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success
(8/8): percona-server-client-8.0.22-13.1.el8.x86_64.rpm                                90% [=============================================================================        ] 8.6 MB/s |  59 MB     00:00 ETA
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: Error downloading packages:
  Cannot download percona-server-server-8.0.22-13.1.el8.x86_64.rpm: All mirrors were tried

What I am doing wrong?

1 Like

Hi @Gena_Makhomed
I tried to reproduce your issue but without success. I installed percona-server on centos8 without any issues.
I assume thatyou might faced a network connectivity issues so I suggest trying this one more time.
Please inform us about the result

1 Like

Please inform us about the result

Yes, you are right - it was network issue, probably it was TCP Problems with Path MTU Discovery.

I test installation right now - now all works fine, without any problems.

Yesterday, as workaround, I download all rpms bundle from https://www.percona.com/downloads/percona-distribution-mysql-ps/LATEST/ and install these rpms via yum from local directory.

1 Like