• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Can't Upgrade

D

deeplist

Guest
I attempted to upgrade to plesk 10 today and received the following:

Setting up Install Process
No package plesk-core available.
No package plesk-l10n available.
Package mod_fcgid-2.3.5-2.el5.art.x86_64 already installed and latest version
No package psa-triggers available.
No package psa-vhost available.
No package pp-sitebuilder available.
No package pp-sitebuilder-default-templates available.
No package pp-sitebuilder-skins available.
No package plesk-mail-qc-driver available.
No package psa-courier-imap available.
Package matching psa-kronolith-2.1.8-2.el5.art.noarch already installed. Checking for update.
Nothing to do
The packages were installed successfully.


What is the problem?
 
Now I am receiving the following:

psa-10.0.1-rhel5.build109101029.19.x86_64 from plesk1001 has depsolving problems
--> Missing Dependency: pp-sitebuilder >= 5.0.0 is needed by package psa-10.0.1-rhel5.build109101029.19.x86_64
Error: Missing Dependency: pp-sitebuilder >= 5.0.0 is needed by package psa-10.0.1-rhel5.build109101029.19.x86_64
 
Wow, 3 days now and not so much as a lick of help from anybody.
What a sad excuse for a PAID software support forum!
 
same here

Same here, any suggestion??

There was a package dependency problem. The message was:

Unresolvable chain of dependencies:
psa-10.0.0-rhel4.build108101004.13 requires pp-sitebuilder >= 5.0.0


9.5.3 to 10.0.0.0
 
I received no help from this forum at all. After 3 days of messing with it, I finally got plesk to upgrade.

I had to manually download three RPM packages with WGET and force them to install with --nodeps. They are:
pp-sitebuilder-5.0.0-33387.10092415.noarch.rpm
pp-sitebuilder-skins-5.0.0-687.10092415.noarch.rpm
pp-sitebuilder-default-templates-5.0.0-33387.10092415.noarch.rpm

After that, I had to manually create a new repo file and point in to the plesk 10.0.0 repository for my OS (RHEL5 x86).

I was THEN able to upgrade plesk to version 10 using the command line interface.
 
make sure you use the latest version of the autoinstaller! I used an older version and got the same problems, new version solved it.
 
I received no help from this forum at all. After 3 days of messing with it, I finally got plesk to upgrade.

I had to manually download three RPM packages with WGET and force them to install with --nodeps. They are:
pp-sitebuilder-5.0.0-33387.10092415.noarch.rpm
pp-sitebuilder-skins-5.0.0-687.10092415.noarch.rpm
pp-sitebuilder-default-templates-5.0.0-33387.10092415.noarch.rpm

After that, I had to manually create a new repo file and point in to the plesk 10.0.0 repository for my OS (RHEL5 x86).

I was THEN able to upgrade plesk to version 10 using the command line interface.

What ia the URL or location you downloaded from?
 
I have uploaded the three RPM packages that you need in order to get the upgrade to begin. Log into your server via SSH and then do the following commands:

wget http://deckerservices.com/plesk/rpm/pp-sitebuilder-5.0.0-33387.10092415.noarch.rpm
wget http://deckerservices.com/plesk/rpm/pp-sitebuilder-default-templates-5.0.0-33387.10092415.noarch.rpm
wget http://deckerservices.com/plesk/rpm/pp-sitebuilder-skins-5.0.0-687.10092415.noarch.rpm

rpm -ivh --nodeps pp*
/usr/local/psa/admin/bin/autoinstaller


You should now be able to run the plesk update. Upgrade to 10.0.0 first and then upon completion run the updater utility again and go to 10.0.1. I tried to upgrade to 10.0.1 first and skip 10.0.0 and received more errors.
 
I have uploaded the three RPM packages that you need in order to get the upgrade to begin. Log into your server via SSH and then do the following commands:

wget http://deckerservices.com/plesk/rpm/pp-sitebuilder-5.0.0-33387.10092415.noarch.rpm
wget http://deckerservices.com/plesk/rpm/pp-sitebuilder-default-templates-5.0.0-33387.10092415.noarch.rpm
wget http://deckerservices.com/plesk/rpm/pp-sitebuilder-skins-5.0.0-687.10092415.noarch.rpm

rpm -ivh --nodeps pp*
/usr/local/psa/admin/bin/autoinstaller


You should now be able to run the plesk update. Upgrade to 10.0.0 first and then upon completion run the updater utility again and go to 10.0.1. I tried to upgrade to 10.0.1 first and skip 10.0.0 and received more errors.

Thank you!!! That solved my problem.
 
Back
Top