Percona 5.1 in yum repo?

Hi,
We realized that (at least) a couple of weeks ago there’s no trace of Percona Server 5.1 packages from the yum repos (like, say, [url]http://repo.percona.com/centos/5/os/x86_64/[/url] )

The documentation still refers to this repo as the proper place to install 5.1 and the .deb repos do have the 5.1 packages in there.

Have they been moved to another location?

Thanks!

Hi,
No percona repo for 5.1 mentioned in documentation is still valid.
All of the 5.1 rpms are available at [url]http://repo.percona.com/centos/5/os/x86_64/[/url]
e.g. [url]http://repo.percona.com/centos/5/os/x86_64/Percona-Server-server-51-5.1.68-rel14.6.551.rhel5.x86_64.rpm[/url]

Not sure, if that’s what you are asking.

Thanks

frgarcia,

from what I could see - everything is ok:

I grep’ed web page and it’s ok for me:

[user@host ~]$ lynx -dump “Percona Repo” | grep -i Percona-Server-server-51
[27]Percona-Server-server-51-5.1.68-rel14.6.551.rhel5.x86_64.rpm
27. [URL=“http://repo.percona.com/centos/5/os/x86_64/Percona-Server-server-51-5.1.68-rel14.6.551.rhel5.x86_64.rpm”]http://repo.percona.com/centos/5/os/...el5.x86_64.rpm[/URL=“http://repo.percona.com/centos/5/os/x86_64/Percona-Server-server-51-5.1.68-rel14.6.551.rhel5.x86_64.rpm”]

I also tried to install it on my test 5.6 x64 box:

=== Sysinfo ===

[user@host ~]$ uname -a
Linux host 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux

[user@host ~]$ cat /etc/redhat-release
CentOS release 5.6 (Final)

=== Installation ===

[user@host ~]$ sudo rpm -Uhv [URL=“Percona – The Database Performance Experts”]http://www.percona.com/downloads/per...0-1.x86_64.rpm[/URL=“http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm”]
[sudo] password for user:
Retrieving [URL=“Percona – The Database Performance Experts”]http://www.percona.com/downloads/per...0-1.x86_64.rpm[/URL=“http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm”]
Preparing… ########################################### [100%]
1:percona-release ########################################### [100%]

[user@host ~]$ sudo yum install Percona-Server-client-51 Percona-Server-server-51

Installed:
Percona-Server-client-51.x86_64 0:5.1.68-rel14.6.551.rhel5 Percona-Server-server-51.x86_64 0:5.1.68-rel14.6.551.rhel5

Dependency Installed:
Percona-Server-shared-51.x86_64 0:5.1.68-rel14.6.551.rhel5

Complete!

Yes, everything’s fine now. I commented in the blog post announcing 5.1.68 and the packages have already been added back (very quickly I might add). I just tested it and everything seems fine :slight_smile:

Thanks!