• 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.

Updater not working

M

mikeyd03

Guest
I am unable to get updater to run. Any update fails with the following:

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.9-3.6.i386.rpm
warning: /root/psa/PSA_7.5.4/RHel4_std.updates/php-pgsql-4.3.9-3.6.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
php = 4.3.9-3.6 is needed by php-pgsql-4.3.9-3.6.i386

FYI: I already have php 4.3.9 on the server
 
Originally posted by mikeyd03
I am unable to get updater to run. Any update fails with the following:

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.9-3.6.i386.rpm
warning: /root/psa/PSA_7.5.4/RHel4_std.updates/php-pgsql-4.3.9-3.6.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies
Although you have php-pgsql-4.3.9, you need to run it manually again:
rpm -Uvh php-pgsql-4.3.9-3.6.i386.rpm
Then run the updater one more time.
 
I did as suggested, ssh as root, ran rpm and got exactly the same error.
 
Originally posted by mikeyd03
I did as suggested, ssh as root, ran rpm and got exactly the same error.
Did you download and install the GPG key for your OS? Is there a list of dependencies needed by the system when you ran the command? If yes, you'll have to install these dependencies. The other option, which I don't suggest, is to uninstall php-pgsql:
rpm -e --nodeps php-pgsql
 
I'm pretty new to Linux administration. Where would I find the GPG Key? How would I install? Thanks in advance for any help.
 
Back
Top