Displaying 2 results from an estimated 2 matches for "centos95".
Did you mean:
centos5
2016 Nov 03
0
how to install postgresql ip4r
...y howto on installing 9.5.latest for centos 6 64bit...
# First, (optional) create and mount a dedicated xfs file system at
/var/lib/pgsql before beginning this, so all my databases are on it
sudo yum -y install
https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm
sudo yum -y install postgresql95-{server,contrib,devel} # install
server and components
sudo service postrgresql-9.5 initdb # initialize database cluster
sudo service postgresql-9.5 start # start database server
sudo chkconfig postgresql-9.5 on # set so...
2016 Nov 03
2
how to install postgresql ip4r
ok, so I removed the default postgresql install and installed it from
the software collections..
following the instructions at
https://www.softwarecollections.org/en/scls/rhscl/rh-postgresql95/
and I get this
[root at home1p /home/jason]$scl enable rh-postgresql95 bash
[root at HOME1P jason]# postgresql-setup --initdb
* Initializing database in