Unable to upgrade to PRO version

Hi!

I'm getting this message while i'm trying to transfer my license to a new server.

Failed to upgrade to Virtualmin Pro : Virtualmin has been installed from an RPM, but not using the Virtualmin GPL repository. Upgrading is not possible at this time.

I already have a lot of stuff installed there. Is there a way to bypass this problem?

Thanks in advance!

Status: 
Active

Comments

Howdy -- we're sorry that you've having problems upgrading!

It sounds like it's not finding information on the Virtualmin repository on your server.

How did you perform your initial installation -- was that using the install.sh script?

If so, it's certainly possible to correct that... in that case, what is the output of this command:

ls /etc/yum.repos.d

Thanks for your fast reply. Here's the output:

CentOS-Base.repo CentOS-fasttrack.repo epel.repo CentOS-CR.repo CentOS-Sources.repo epel-testing.repo CentOS-Debuginfo.repo CentOS-Vault.repo virtualmin.repo.rpmsave

Aha, try running this command:

mv /etc/yum.repos.d/virtualmin.repo.rpmsave /etc/yum.repos.d/virtualmin.repo

Once you do that, try the upgrade again and see if that works properly.

It worked. Thanks!