• 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

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