cpanel / elevate

elevate your cPanel&WHM CentOS 7 server to Almalinux 8
https://cpanel.github.io/elevate/
BSD 2-Clause "Simplified" License
43 stars 29 forks source link

[INFO] Error: Unable to find a match: ea-php56-php-suhosin #446

Open privyreza opened 1 month ago

privyreza commented 1 month ago

Before the upgrade (In Cloudlinux 7, Centos 7), I removed ea-php56-php-suhosin via EA as it was a blocker.

After upgrade to cloudlinux 8, the system is trying to restore the removed packages, ea-php56-php-suhosin specifically but it is failing, here is the log:

* 2024-06-02 18:02:27 (6567) [INFO] Running: /usr/bin/dnf -y install ea-php56-php-suhosin ea-php74-php-redis ea-php80-php-redis ea-php81-php-redis
* 2024-06-02 18:02:27 (6568) [INFO] 
* 2024-06-02 18:02:27 (6581) [INFO] This system is receiving updates from CloudLinux Network server.
* 2024-06-02 18:02:28 (6581) [INFO] Last metadata expiration check: 0:21:50 ago on Sun Jun  2 17:40:38 2024.
* 2024-06-02 18:02:29 (6581) [INFO] No match for argument: ea-php56-php-suhosin
* 2024-06-02 18:02:29 (6581) [INFO] Package ea-php74-php-redis-1:5.3.7-1.el8.cloudlinux.x86_64 is already installed.
* 2024-06-02 18:02:29 (6581) [INFO] Package ea-php80-php-redis-1:5.3.7-1.el8.cloudlinux.x86_64 is already installed.
* 2024-06-02 18:02:29 (6581) [INFO] Package ea-php81-php-redis-1:5.3.7-1.el8.cloudlinux.x86_64 is already installed.
* 2024-06-02 18:02:29 (6581) [INFO] Error: Unable to find a match: ea-php56-php-suhosin
* 2024-06-02 18:02:29 (6598) [INFO] 
* 2024-06-02 18:02:29 (6489) [INFO] Sending notification: Failed to update to CloudLinux 8
* 2024-06-02 18:02:29 (6494) [ERROR] The elevation process failed during stage 4.

Is there any way to skip this installation?