• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved UPGRADING from Plesk 11.0.9 to Plesk 17.5 - Errors

Skillful Concept

New Pleskian
I reprovision my server and I am unable to upgrade from 11.0.9 to the latest version. I have attached the logs for viewing if anyone can provide help.

FULL LOGS attached

Here is the error:
Traceback (most recent call last):
File "/usr/local/psa/bin/yum_install", line 239, in <module>
main()
File "/usr/local/psa/bin/yum_install", line 225, in main
inst, rem = installer.resolve(to_install, opts.remove, opts.tries)
File "/usr/local/psa/bin/yum_install", line 157, in resolve
raise Exception("Failed to solve dependencies:\n" + '\n'.join(msgs))
Exception: Failed to solve dependencies:
plesk-web-hosting-17.5.3-cos6.build1705170317.16.x86_64 requires mod_ssl
psa-mailman-configurator-17.5.3-cos6.build1705170317.16.x86_64 requires mailman >= 2.1
plesk-core-17.5.3-cos6.build1705170317.16.x86_64 requires ntp
psa-spamassassin-17.5.3-cos6.build1705170317.16.x86_64 requires spamassassin >= 3.0.0
plesk-service-node-utilities-17.5.3-cos6.build1705170317.16.x86_64 requires initscripts
plesk-mysql-server-17.5.3-cos6.build1705170317.16.x86_64 requires mysql-server >= 5.0.60
plesk-core-17.5.3-cos6.build1705170317.16.x86_64 requires vixie-cron
3:psa-qmail-1.03-cos6.build1705170314.14.x86_64 requires xinetd
plesk-core-17.5.3-cos6.build1705170317.16.x86_64 requires iproute
plesk-web-hosting-17.5.3-cos6.build1705170317.16.x86_64 requires httpd
awstats-7.4-centos6.17031414.noarch requires httpd
psa-mod_fcgid-2.3.9.5-centos6.17031614.x86_64 requires httpd
psa-php5-configurator-1.7.0-cos6.build1705170314.14.x86_64 requires httpd
psa-proftpd-1.3.5d-cos6.build1705170314.14.x86_64 requires xinetd
psa-mod_sysenv-0.2-centos6.17031414.x86_64 requires httpd
psa-php5-configurator-1.7.0-cos6.build1705170314.14.x86_64 requires php
psa-mod_aclr2-14081815-centos6.17031414.9e86c2f.x86_64 requires httpd
pp17.5.3-bootstrapper-17.5.3-cos6.build1705170317.16.x86_64 requires iputils
plesk-core-17.5.3-cos6.build1705170317.16.x86_64 requires openssh-clients
psa-mod_rpaf-0.6.1-centos6.17031414.x86_64 requires httpd
Error: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please contact product technical support.
 

Attachments

  • parallels-installation-log.txt
    64.3 KB · Views: 3
I will not be able to solve this for you, but it seems that the components of your operating system are too old and parts are missing so that Plesk components cannot be installed on top. For example, it looks as if you are currently using a MySQL version older than 5.0. Maybe an upgrade by migration to a new CentOS host is the better approach. Check the Software Requirements for Plesk, too.
 
Here is the fix for the next person going through the same issue:

Steps:
1. cd/etc
2. cd/yum.repos.d
3. vi CentOS-Base.repo (Add a hash sign "#" to comment out the mirrorlist for both sections - Only thing left to use is the baseurl. Try to upgrade again and it should work. It took about 20 minutes to complete.)

#additional packages that extend functionality of existing packages

[centosplus]

name=CentOS-$releasever - Plus

#mirrorlist=http://p3plmirror01.prod.phx3.secur.../mirrors/cos-$releasever-centosplus.$basearch

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra

baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6


#contrib - packages by Centos Users

[contrib]

name=CentOS-$releasever - Contrib

#mirrorlist=http://p3plmirror01.prod.phx3.secur...oad/mirrors/cos-$releasever-contrib.$basearch

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra

baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
 
Back
Top