Hello.
WHM 11.38.2 (build 7)
Centos 5.10
I have installed pgsql repo http://yum.pgrpms.org/9.3/redhat/rhel-5-x86_64/pgdg-centos93-9.3-1.noarch.rpm
for postgresql 9.3
I have added exclude=postgresql* to yum to exclude postgresql 8.
Then i have run /scripts/installpostgresql
Init database:
And now i can't find function "Configure Postgres" in WHM ... Please help me
WHM 11.38.2 (build 7)
Centos 5.10
I have installed pgsql repo http://yum.pgrpms.org/9.3/redhat/rhel-5-x86_64/pgdg-centos93-9.3-1.noarch.rpm
for postgresql 9.3
I have added exclude=postgresql* to yum to exclude postgresql 8.
Then i have run /scripts/installpostgresql
The follofing symlinks where created for old directory structure:Setting up Install Process
No package rh-postgresql available.
No package rh-postgresql-devel available.
No package rh-postgresql-libs available.
No package rh-postgresql-server available.
Installed:
postgresql93.x86_64 0:9.3.1-1PGDG.rhel5 postgresql93-devel.x86_64 0:9.3.1-1PGDG.rhel5 postgresql93-libs.x86_64 0:9.3.1-1PGDG.rhel5 postgresql93-server.x86_64 0:9.3.1-1PGDG.rhel5
Code:
ln -s /var/lib/pgsql/9.3/backups/ /var/lib/pgsql/
ln -s /var/lib/pgsql/9.3/data/ /var/lib/pgsql/
ln -s /etc/init.d/postgresql-9.3 /etc/init.d/postgresql
Code:
service postgresql initdb
Initializing database:
/etc/init.d/postgresql restart
Stopping postgresql service: [ OK ]
Starting postgresql service: [ OK ]