• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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