• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Upgrade to 7.5.3 failed - postgresql dependency

I

independis

Guest
Hi,

I just wanted to upgrade to 7.5.3 with the Plesk Updater but receive a dependency error message:

Preparing for packages installation...Error reading info for conflict check of installed package (null).
Error reading info for conflict check of installed package (null).

----- begin of output -----
Installing heimdal-lib-0.6.1rc3-55.15.i586.rpm
Installing postgresql-libs-7.4.7-0.5.i586.rpm
Installing postgresql-7.4.7-0.5.i586.rpm
error: Failed dependencies:
postgresql = 7.4.6 is needed by (installed) postgresql-server-7.4.6-0.2

----- end of output -----
===> Autoinstaller: stopped logging at Wed Aug 10 15:19:44 2005

***** end of log file *****

It looks like postgresql 7.4.7 is installed and 7.4.6 is needed, but I didn't install anything apart from or without Plesk!

Any idea?

Ralf
 
Execute:

rpm -e postgresql-server

and next time you will start the upgrade process it will install postgresql-server also. Or you can manually update postgresql-server RPM in command line.
 
Back
Top