|
Last modified: 27 Dec 2007
WARNING: This documentation covers Parallels H-Sphere versions up to 3.1. For the latest up-to-date Parallels H-Sphere documentation, please proceed to the
official Parallels site.
H-Sphere database is used to store system data. It is not used for hosting.
Usually it is located on the same server as the control panel and is installed
and executed under user pgsql (FreeBSD) or postgres (RedHat).
To restart the database, execute the following commands:
On RedHat:
--
# /etc/rc.d/init.d/postgresql stop
# sleep 1
# /etc/rc.d/init.d/postgresql start
--
On FreeBSD:
--
# /usr/local/etc/rc.d/010.pgsql.sh stop
# sleep 1
# /usr/local/etc/rc.d/010.pgsql.sh start
--
|