Re: trouble downloading postgres 9.4 for RHEL 6.x

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: trouble downloading postgres 9.4 for RHEL 6.x
Date: 2015-10-21 05:45:47
Message-ID: 5627268B.5080806@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/20/2015 5:48 PM, anj patnaik wrote:
> What is the recommended 9.4 version to download from and the steps?

*I* recommend...

# yum install -y
http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm
# yum install -y postgresql94-{server,contrib,devel}
# service postgresql-9.4 initdb
# vi /var/lib/pgsql/9.4/data/{postgresql.conf,pg_hba.conf} #
tune as you see fit
# service postgresql-9.4 start
# chkconfig postgresql-9.4 on

and to heck with any gui, don't need no steekin' gui.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2015-10-21 07:20:33 Re: My first PL/pgSQL function
Previous Message Dane Foster 2015-10-21 02:08:10 Re: My first PL/pgSQL function