• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

error upgrade 8.6 to 9.0

webjfg

Basic Pleskian
Hi i have this in my log when i try to upgrade

A dependency problem is found: required package psa-php4-cgi-4.3.10-1.x86_64 (t 0x1f5bf10 source=0xee8ab0 P:3 R:12) conflicts with php-cli-5.2.6-1.el4.art.x86_64 (s 0xd584b0 source=0xd030e0 P:10 R:33). No upgrade or obsolete solution was found for php-cli. Try to add php-cli to removable list.Problem occured during searching conflicts for package psa-php4-cgi-4.3.10-1.x86_64 (t 0x1f5bf10 source=0xee8ab0 P:3 R:12)ERROR: Unable to proceed with the installation until the package php-cli-5.2.6-1.el4.art.x86_64 (s 0xd584b0 source=0xd030e0 P:10 R:33) is removed from the system.
Not all packages were installed.
Please, resolve the above problem and try installing the packages again.
If you cannot resolve the problem on your own, contact product technical support for assistance.

i upgrade from the lattest 8.6 with all patch and use CentOS 4

thank you
 
NPs glad it fixed it for you...

As long as you remove a package with nodeps you can always put it back afterwards. But in plesk case it will make sure you got php installed and what is necessary to run.

A yum update afterwards will update any older packages.
 
rpm -qa | grep php-*-5*
rpm -e --nodeps <package>

Thanks for the tip
 
Back
Top