23 Jan 2006
H-Sphere versions: 2.4.1 Patch 2 and higher
We recommend upgrading your PostgreSQL user database servers and the system PostgreSQL to
7.4.11 version for better performance on the Control Panel server.
System Requirements:
- H-Sphere 2.4.1 Patch 2 and higher. If you are running an earlier version of H-Sphere, this patch will break your installation.
- If your Postgres is older than v.7.3 or system DB encoding is other than UTF-8, manual update is highly recommended.
Update Procedure:
- Log into your control panel server as root:
su -
- Download the PostgreSQL 7.4.11 upgrade script from the psoft site:
For Linux:
wget http://www.psoft.net/shiv/HS/u-pgsql-7.4.11.tar.gz
For FreeBSD:
fetch http://www.psoft.net/shiv/HS/u-pgsql-7.4.11.tar.gz
- Unpack the archive:
tar xfz u-pgsql-7.4.11.tar.gz
- Enter the unpacked directory:
cd u-pgsql-7.4.11
- To upgrade all PostgreSQL servers, run the update.sh script:
sh update.sh
To run the script and view the messages that appeared during installation, run the following command:
sh update.sh | tee update.log
It will copy the messages to the log file.
|