• 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 Plesk Onyx 17.8.11 Update #73 update fails

Karolus

New Pleskian
Environment:
Product version: Plesk Onyx 17.8.11 Update #73
Standard system packages/templates from OVH.
Already have some services so would like to avoid reinstallation.

Automatic plesk update fails, when I try to run it manually I got following error:
Error: Package: php-mysql-5.4.45-17.el7.remi.x86_64 (remi)
Requires: php-pdo(x86-64) = 5.4.45-17.el7.remi

I've tried to resolve dependecies and install missing/uncompatible packages and stuck here:
rpm -Uvh php-common-5.4.45-17.el7.remi.x86_64.rpm
error: Failed dependencies:
php-common(x86-64) = 5.4.16-46.1.el7_7 is needed by (installed) php-cli-5.4.16-46.1.el7_7.x86_64
php-common(x86-64) = 5.4.16-46.1.el7_7 is needed by (installed) php-pdo-5.4.16-46.1.el7_7.x86_64
php-common(x86-64) = 5.4.16-46.1.el7_7 is needed by (installed) php-5.4.16-46.1.el7_7.x86_64
php-common(x86-64) = 5.4.16-46.1.el7_7 is needed by (installed) php-fpm-5.4.16-46.1.el7_7.x86_64
php-common(x86-64) = 5.4.16-46.1.el7_7 is needed by (installed) php-xml-5.4.16-46.1.el7_7.x86_64
php-common(x86-64) = 5.4.16-46.1.el7_7 is needed by (installed) php-mbstring-5.4.16-46.1.el7_7.x86_64
php-common(x86-64) = 5.4.16-46.1.el7_7 is needed by (installed) php-gd-5.4.16-46.1.el7_7.x86_64
Followed similar issues on this forum to reinstall / force install of new packages without luck.
I tried to:
rpm -ivh http://mirror.centos.org/centos/7.7...ntos-release-7-7.1908.0.el7.centos.x86_64.rpm --force
yum update
also with -U parameter
still same issue.

regards
Karol
 
Looks like you have a 3rd party YUM repository enabled, namely Remi's. Try do disable it before updating Plesk.
 
Looks like a good idea but I'm not so much familiar with dependencies.
Can You help me to select the one that are wrong? Is it Remi-safe?
yum repolist
Loaded plugins: fastestmirror
Repository mariadb is listed more than once in the configuration
Repository remi is listed more than once in the configuration
Repository remi-php55 is listed more than once in the configuration
Repository remi-php56 is listed more than once in the configuration
Repository remi-test is listed more than once in the configuration
Repository remi-debuginfo is listed more than once in the configuration
Repository remi-php55-debuginfo is listed more than once in the configuration
Repository remi-php56-debuginfo is listed more than once in the configuration
Repository remi-test-debuginfo is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: mirror.plusserver.com
* epel: ftp.icm.edu.pl
* extras: mirror.checkdomain.de
* remi: remi.mirror.liteserver.nl
* remi-php72: remi.mirror.liteserver.nl
* remi-safe: remi.mirror.liteserver.nl
* updates: mirror.plusserver.com
repo id repo name status
OVH-metrics/7/x86_64 OVH Metrics repo 35
OVH-rtm/7/x86_64 OVH RTM repo 17
PLESK_17_8_11-extras PLESK_17_8_11 extras 35
PLESK_17_PHP56 PHP 5.6 for Plesk 17 32
PLESK_17_PHP70 PHP 7.0 for Plesk 17 33
PLESK_17_PHP71 PHP 7.1 for Plesk 17 38
PLESK_17_PHP73 PHP 7.3 37
base/7/x86_64 CentOS-7 - Base 10,085+12
bitrix/x86_64 $OS 7 - x86_64 88
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_6 13,483
extras/7/x86_64 CentOS-7 - Extras 305
nodesource/x86_64 Node.js Packages for Enterprise Linux 7 - x86 116
ovhkernel OVH kernel repo 72
percona-release-noarch/7 Percona Original release/noarch YUM repositor 51
percona-release-x86_64/7 Percona Original release/x86_64 YUM repositor 996+904
plesk-ext-docker/x86_64 docker extension repository 63
plesk-ext-nodejs nodejs extension repository 3
plesk-migrator Plesk packages for migrator 9
plesk-migrator-tp Plesk 3d-party packages for migrator 0
remi Remi's RPM repository for Enterprise Linux 7 5,935
remi-php72 Remi's PHP 7.2 RPM repository for Enterprise 387
remi-safe Safe Remi's RPM repository for Enterprise Lin 3,622
updates/7/x86_64 CentOS-7 - Updates
 
I would temporarily disable all Remi's repositories.

Also, I'm noticing some errors above, repositories seem to be listed in the configuration more than once. Looks like your YUM configuration needs some attention.
 
Hi, thank You for Your help.
You were right.
1 issue was related to Remi repositories, I disabled them and all goes fine now
2. issue was with my .... backup.. I did backup of repo files in place and yum read 2 files at the same time. I moved repo backup file to /tmp and finally got all Complete!

Solved :)
 
Back
Top