Page 2 of 2

Re: Set up Postgresql-93 on Centos 7

Posted: 2014/10/17 09:48:16
by AliceWonder
Just a note - the postgis src.rpm from Fedora 20 builds just fine in CentOS 7 against CentOS 7 postgres as long as you comment out the sinjdoc BuildRequires.

I suspect that means all of the documentation isn't getting generated but that's not a huge issue to me.

Re: Set up Postgresql-93 on Centos 7

Posted: 2014/10/18 00:00:46
by yayix
jensd wrote:You can just install the repo from here:
http://yum.postgresql.org//9.3/redhat/rhel-7-x86_64/

Code: Select all

yum -y http://yum.postgresql.org/9.3/redhat/rhel-7-x86_64/pgdg-centos93-9.3-1.noarch.rpm
Then you can install everything as you did before.
Tested and works fine with me
a lot of fixes after postgreSQL 9.3.1, anybody tried 9.3.5 yet?