• 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 with PostgreSQL update to 8.0.4

A

acidbox

Guest
I have a working copy of 7.5.4 with PostgreSQL installed in the plesk control panel.

I recently upgraded to 8.0.4 via the rpms provided on the postgres website.

I ran into some issues that prevent it from working.

As a little background, when I tried to first install the RPMS, i had these dep issues:

error: Failed dependencies:
libpq.so.3 is needed by (installed) perl-DBD-Pg-1.21-2
libpq.so.3 is needed by (installed) php-pgsql-4.3.11-8.rhel3.art
So, I had to install a compatibility rpm to get postgres to update correctly.

Here's whats in the compat RPM.
rpm -qlp compat-postgresql-libs-3-3PGDG.i686.rpm
warning: compat-postgresql-libs-3-3PGDG.i686.rpm: V3 DSA signature: NOKEY, key ID 748f7d0e
/usr/lib/libecpg.so.4
/usr/lib/libecpg.so.4.1
/usr/lib/libecpg_compat.so.1
/usr/lib/libecpg_compat.so.1.2
/usr/lib/libpgtypes.so.1
/usr/lib/libpgtypes.so.1.2
/usr/lib/libpq.so.3
/usr/lib/libpq.so.3.1

Now, the management from the plesk interface has disappeared.

When I try to start postgresql from the plesk interface, i get:

Unable to make action: Unable to manage service by pg_manage: Unable to start PostgreSQL. 1
0: /usr/local/psa/admin/htdocs/server/restart_services.php:28 psaerror(string "Unable to make action: Unable to manage service by pg_manage: Unable to start PostgreSQL. 1")

When I try to start postgres from the command line, it asks me for a password, and i've tried the previous password that i used in plesk and it doesn't take.

Is the compat rpm what's causing plesk not to upgrade correctly? If so, is there an alternate compat library that will work? Anyone know what I'm doing wrong?

I'm frustrated.
 
Back
Top