Set up Postgresql-93 on Centos 7

Issues related to applications and software problems
AliceWonder
Posts: 49
Joined: 2014/09/19 19:36:25

Re: Set up Postgresql-93 on Centos 7

Post by AliceWonder » 2014/10/17 09:48:16

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.

yayix
Posts: 1
Joined: 2014/10/17 20:20:46

Re: Set up Postgresql-93 on Centos 7

Post by yayix » 2014/10/18 00:00:46

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?

Post Reply