• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

autoupdater problems

N

next2thebay

Guest
Hi Everyone,

I am having issues using the Auto-updater.
I get an error log when I try to initiate the 7.5.1 to 7.5.2 update.

Here's the Log:

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.10-0.i386.rpm
Installing php-4.3.10-0.i386.rpm
Installing php-imap-4.3.10-0.i386.rpm
Installing php-mysql-4.3.10-0.i386.rpm
error: failed dependencies:
php = 4.3.8-sp.rh73.2 is needed by php-ldap-4.3.8-sp.rh73.2
php = 4.3.8-sp.rh73.2 is needed by php-manual-4.3.8-sp.rh73.2


How can I fix these easily
 
I am not registered with RedHat for updates. Is there any way I can do the updates without incurring a cost?

I tried getting the proper PHP release and installing it, but it seems that it still does not satisfy the requirements.


Any Ideas?
 
I had a similar problem with upgrading to 7.5.2...here is what I did.

1 - Force install the problem packages from your 'base' directory. Mine is located at /root/psa/PSA_7.5.2/rpm_RedHat_9/base

Use the following
#rpm -Uvh --nodeps problem-package.rpm

2 - Install the Red Hat Network pgp key using
#rpm --import /usr/share/rhn/RPM-GPG-KEY

3 - there is no cost to register with RH in order to use up2date. You can run
#up2date --dry-run

This will not only walk you through registration - not all information needed, read it - but will show what programs it can update.

4 - Rerun the autoinstaller.

This worked for me - hope it works for you.
sam
 
Tried running the up2date command with the switches that you had.. It didn't work. Not sure where to go from here.
 
Back
Top