Appliance Software

Upgrading Perl to 5.8.7 on Cpanel server

To upgrade your perl on the Cpanel server follow the following steps :

1)

wget http://layer1.cpanel.net/perl587installer.tar.gz
tar -vzxf perl587installer.tar.gz
cd perl587installer
./install

2)

/usr/local/cpanel/bin/checkperlmodules
/scripts/upcp --force

3) To check to see the version

perl -V

Upgrading PostgreSQL on Cpanel Server

Upgrading PostgreSQL on Cpanel Server

*ANY ACTIONS YOU TAKE, YOU TAKE THEM AT YOUR OWN RESPONSABILITY*

if you need commercial support please order linux Network Care Cpanel One hour Service

Reason :

PostgreSQL 8.1 offers a huge performance increase pretty much across the board and few other fixes

Platforms:

RHEL 3,4,Centos 3.x,4.x, Fedora Core

  • Make sure if you have postgresql intalled
    rpm -qa | grep postgres | tee /root/rpm_pgsql
    

Upgrading MySQL on Cpanel Server

in

Problem

To upgrade the mysql on the cpanel server

Answer

  • The best method to use the cpanel /script/mysqlup to upgrade the mysql.
  • To upgrade the mysql from 4.0.x to 4.1.x you need to enable the mysql upgrade in the whm under tweak setting
        /scripts/upcp --force
        /scripts/mysqlup --force
        

when you upgrade you might enconter the following problems

  • I ran out of mirrors for MySQL. at /scripts/mysqlup line
    Delete the /root/.cpmylsqrpm and excute the

        rm /root/.cpmylsqrpm -rf  
Syndicate content