• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How do I remove Postgres 7 and add Postgres 8?

H

housni

Guest
Hi,
I have 3 dedicated servers running on Plesk 8.1 and RedHat ES4.

The problem is that I need Postgres 8.x with PHP 5.

Unfortunately, I'm not all too familiar with Plesk or RPM based distros being a Debian user myself.

Could someone please advise me as to how I could disable the existing Postgres 7.x and PHP4 in Plesk and install Postgres 8 and PHP 5 via an RPM.

Or at least tell me how I can disable Postgres 7.x and PHP4, I can probably figure the rest out.

Thank You.
 
I just realized, I already have PHP5.

Also, I do realize that what I'm asking for might not be recommended or supported further but I have no choice but to use Postgres 8.x and PHP 5.x so please let me know how to proceed even if it's an unofficial method.

In the meantime, some googling revealed this:
Code:
rpm -qa | grep "postgres" | xargs rpm -e

that's to remove postgres. Is this alright? Or is there a better method, via Plesk?
 
Back
Top