• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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