You are on page 1of 1

Howto install PostgreSQL 9.4.1 on CentOS 6.

6 x86_64
OS: CentOS 6.6 x86_64
PostgreSQL: 9.4.1
Update your system
[root@1 ~]# yum update -y
Setup repositories on http://yum.postgresql.org/repopackages.php
[root@1 ~]# yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat949.4-1.noarch.rpm
Install postgresql94 server and pgadmin3
[root@1 ~]# yum install postgresql94-server postgresql94-contrib
[root@1 ~]# service postgresql-9.4 initdb
[root@1 ~]# chkconfig postgresql-9.4 on
[root@1 ~]# yum install pgadmin3_94

You might also like