Error getting repository data for upgrade

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
IP-Burn3r
Forum User
Forum User
Posts: 55
Joined: Fri Feb 06, 2009 4:39 pm

Error getting repository data for upgrade

Unread post by IP-Burn3r »

I have been trying to upgrade php and mysql using the command:

Code: Select all

yum --enablerepo upgrade mysql
I'm then getting the following errors:

Loaded plugins: fastestmirror
Error getting repository data for upgrade, repository not found.


any ideas what might be the problem here?
Linux CentOS 5.5 (Final)
Kernel Version 2.6.32.21-3.art.i686.PAE
ASL Version 2.2.11
Plesk 10.0.1
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Re: Error getting repository data for upgrade

Unread post by biggles »

Well, you must tell which repo to enable, for example:

Code: Select all

yum --enablerepo=reponame mysql upgrade
Post Reply