 |
|
22 May 2007
Update, release notes and procedure:
H-Sphere 2.4.3 +
This update includes the following packages:
Procedure
- Log into your control panel server as root:
su -
- If you have previous downloads of package updater version pkgupdates-hs243-5, run:
rm -fR pkgupdates-hs243-6*
- Download the update package from our site:
Linux:
wget http://www.psoft.net/shiv/HS/updates/pkgupdates-hs243-6.tar.gz
FreeBSD:
fetch http://www.psoft.net/shiv/HS/updates/pkgupdates-hs243-6.tar.gz
- Unpack the archive:
tar xzf pkgupdates-hs243-6.tar.gz
- Enter the unpacked directory:
cd pkgupdates-hs243-6
- To update all packages to the latest version, run the script:
sh update
Note: If you want some packages to be skipped during update or only specific package to be updated,
refer to package updater options.
For more info, see H-Sphere Package Updater Change Log
H-Sphere 2.5 +:
This update includes the following packages:
Procedure:
- Run HS updater for the latest version of
H-Sphere 2.5
from the directory the updater is located.
sh U25.0P10
- To update
-
All packages to the latest version, execute:
hspackages
- PostgreSQL package to the latest version, execute:
hspackages postgres
Warning: If during the update process you get the message:
WARNING: pg_hba.conf must be configured more strictly.
it means that pg_hba.conf for a given Postgres database should be configured to
restrict IP access to Postgres databases from outside the H-Sphere cluster.
It is especially important to ensure that IP access to the H-Sphere system
database is provided only from CP.
Important: By default, CP PostgreSQL listens on localhost (parameter virtual_host=127.0.0.1
in PostgreSQL config file). To change this, please
customize PostgreSQL config file template accordingly.
Note: If you want some packages to be skipped during update or only specific package to be
updated, refer to hspackages options.
H-Sphere 3.0 Patch 1 and 3.0 SSE Patch 2:
This update includes the same packages as for H-Sphere 2.5 and:
Procedure:
- Run HS updater for the latest version of
H-Sphere 3.0
from the directory the updater is located.
sh U30.0P1 or
sh U30.0P2SSE
- To update
- All packages to the latest version, execute:
hspackages
- PostgreSQL package to the latest version, execute:
hspackages postgres
Warning: If during the update process you get the message:
WARNING: pg_hba.conf must be configured more strictly.
it means that pg_hba.conf for a given Postgres database should be configured to
restrict IP access to Postgres databases from outside the H-Sphere cluster.
It is especially important to ensure that IP access to the H-Sphere system
database is provided only from CP.
Important: By default, CP PostgreSQL listens on localhost
(parameter virtual_host=127.0.0.1 in PostgreSQL config file). To change this, please
customize PostgreSQL config file template accordingly.
|
 |