• 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

Update from 9.2.3 to 9.5.2 Fails

Freddie Bleiweiss

Basic Pleskian
Testing package set / solving RPM inter-dependencies...

Downloading headers to solve dependencies...
There was an error downloading: http://autoinstall.plesk.com/PSA_8..../headers/AdvancedPoll-0-2.03-80024.noarch.hdr
There was an error downloading: http://autoinstall.plesk.com/PSA_8..../headers/AdvancedPoll-0-2.03-80024.noarch.hdr
There was an error downloading: http://autoinstall.plesk.com/PSA_8..../headers/AdvancedPoll-0-2.03-80024.noarch.hdr
There was an error downloading: http://autoinstall.plesk.com/PSA_8..../headers/AdvancedPoll-0-2.03-80024.noarch.hdr
There was an error downloading: http://autoinstall.plesk.com/PSA_8..../headers/AdvancedPoll-0-2.03-80024.noarch.hdr
An error has occurred:
exceptions.UnboundLocalError


The URL does not exist. Any suggestions would be appreciated.
 
Strange... Are you sure that you have 9.2.3 Plesk version but not 8.3? Why files for 8.3 old version should be checked?
What is the output of
cat /usr/local/psa/version
rpm -q psa
select * from misc where param='version';
 
Strange... Are you sure that you have 9.2.3 Plesk version but not 8.3? Why files for 8.3 old version should be checked?
What is the output of

Igor,

Thanks for your response. Here is the output:

[root@WEB1 ~]# cat /usr/local/psa/version
9.2.3 RedHat el4 92091210.11

[root@WEB1 ~]# rpm -q psa
psa-9.2.3-rhel4.build92091015.22
 
My question is - what's version of Plesk in your Plesk database? You can find it with sql query provided by me above.
 
mysql> select * from misc where param='version';
+---------+------+
| param | val |
+---------+------+
| version | 0923 |
+---------+------+
1 row in set (0.00 sec)
 
Did you tried upgrade with /usr/local/psa/admin/sbin/autoinstaller utility?
 
I have tried both the admin panel and the command line.

/usr/local/psa/admin/sbin/autoinstaller --select-release-latest --upgrade -installed-components --ignore-key-errors
 
Access to your server for the further detailed investigation is required. Therefore I suggest you contact Support Team.
 
I discovered the problem in /etc/sysconfig/rhn/sources. The file contained the following duplicate entries:

yum plesk-distr-rpms http://autoinstall.plesk.com/PSA_8.3.0/dist-rpm-RedHat-el4-i386
yum thirdparty-rpms http://autoinstall.plesk.com/PSA_8.3.0/thirdparty-rpm-RedHat-el4-i386
yum plesk-distr-rpms http://autoinstall.plesk.com/PSA_8.3.0/dist-rpm-RedHat-el4-i386
yum thirdparty-rpms http://autoinstall.plesk.com/PSA_8.3.0/thirdparty-rpm-RedHat-el4-i386
yum plesk-distr-rpms http://autoinstall.plesk.com/PSA_8.3.0/dist-rpm-RedHat-el4-i386
yum thirdparty-rpms http://autoinstall.plesk.com/PSA_8.3.0/thirdparty-rpm-RedHat-el4-i386

Deleting these entries solved the problem. Thanks for your help.
 
Back
Top