• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Upgrading 12.5.30 to 17.8.11 fails on plesk-repair-kit@noarch

Sandert

New Pleskian
Good day.

Firstly, hello. I'm new to this forum, my name is Sander and I need help upgrading my vps to Plesk 17.8.11.

So the reason I need to upgrade is because I'm installing the latest Drupal version which requires PHP 7.1.
Under the current plesk version 12.5.30 It doesn't seem possible to install php 7.1 so for that reason I would like to upgrade to the latest possible version of plesk. I have allready fixed several errors regarding libs, packages en opening ports, which got me a step forward each time, but it seems I'm stuck and not able to carry on because I cannot find a sollution to my problem which I'll describe below:

Running the plesk installer goes well untill the point where the installer tries to download plugins I guess.

Code:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
PHP_5_6-thirdparty                                       | 2.9 kB     00:00
Not using downloaded PHP_5_6-thirdparty/repomd.xml because it is older than what we have:
  Current   : Fri Jan 11 06:09:03 2019
  Downloaded: Fri Jan 11 06:05:49 2019
PHP_7_0-thirdparty                                       | 2.9 kB     00:00
Not using downloaded PHP_7_0-thirdparty/repomd.xml because it is older than what we have:
  Current   : Fri Dec  7 06:53:53 2018
  Downloaded: Fri Dec  7 06:51:08 2018
PLESK_17_8_11-dist                                       | 2.9 kB     00:00
Not using downloaded PLESK_17_8_11-dist/repomd.xml because it is older than what we have:
  Current   : Fri Sep 13 17:33:19 2019
  Downloaded: Fri Sep 13 17:33:10 2019
PLESK_17_8_11-extras                                     | 2.9 kB     00:00
Not using downloaded PLESK_17_8_11-extras/repomd.xml because it is older than what we have:
  Current   : Fri Sep 13 17:33:38 2019
  Downloaded: Fri Sep 13 17:33:32 2019
PLESK_17_8_11-thirdparty                                 | 2.9 kB     00:00
Not using downloaded PLESK_17_8_11-thirdparty/repomd.xml because it is older than what we have:
  Current   : Fri Sep 13 17:33:33 2019
  Downloaded: Fri Sep 13 17:33:24 2019
PLESK_17_PHP56                                           | 2.9 kB     00:00
Not using downloaded PLESK_17_PHP56/repomd.xml because it is older than what we have:
  Current   : Fri Jan 11 06:09:01 2019
  Downloaded: Fri Jan 11 06:05:46 2019
PLESK_17_PHP70                                           | 2.9 kB     00:00
Not using downloaded PLESK_17_PHP70/repomd.xml because it is older than what we have:
  Current   : Fri Dec  7 06:53:50 2018
  Downloaded: Fri Dec  7 06:51:05 2018
base                                                     | 3.6 kB     00:00
extras                                                   | 2.9 kB     00:00
updates                                                  | 2.9 kB     00:00
Failed to install plesk-repair-kit@noarch:
Error while downloading packages metainfo: No package(s) available to install. Trying again.
Failed to install plesk-repair-kit@noarch:
Error while downloading packages metainfo: No package(s) available to install. Trying again.
Failed to install plesk-repair-kit@noarch:
Number of retries is exceeded.
InstallError: No package(s) available to install

The logs that are generated during the auto installer process:
Code:
Error while downloading packages metainfo: No package(s) available to install. Trying again.
Failed to install plesk-repair-kit@noarch:
Number of retries is exceeded.
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 133, in resolve
    self._iremove(to_install, to_remove)
  File "/usr/local/psa/bin/yum_install", line 95, in _iremove
    if self.install(**self._package2pkgdict(p)):
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4946, in install
    raise Errors.InstallError, _('No package(s) available to install')
InstallError: No package(s) available to install
Error: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please contact product technical support.

Any help would be appreciated. Thanks in advance
 
First of all repair all packages and dependencies on your Plesk with the following command:

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components

Check output of command:

# yum repolist enabled

and disable all third-party yum repositories if exists.
Than run

# plesk installer

and try upgrade again.
 
Back
Top