Re: initdb failing (10.4 centos7) - Mailing list pgsql-general

From Adrian Klaver
Subject Re: initdb failing (10.4 centos7)
Date
Msg-id 6c034453-bc77-a261-635e-e605c3574ea3@aklaver.com
Whole thread Raw
In response to initdb failing (10.4 centos7)  (Michael Nolan <htfoot@gmail.com>)
List pgsql-general
On 05/19/2018 12:10 PM, Michael Nolan wrote:
> initdb is failing on Centos 7 with 10.4 because the install procedure 
> does not change the ownership of the /usr/local/pgsql directory to 
> postgres.
> 
> Changing the ownership fixes the problem, but the install procedure 
> should do this.

Did you follow the below?:

https://www.postgresql.org/download/linux/redhat/
"
For RHEL / CentOS / SL / OL 7 or Fedora 27 and later derived distributions:

   postgresql-setup initdb
   systemctl enable postgresql.service
   systemctl start postgresql.service
"

If you did, what user did you do it as?


> --
> Mike Nolan


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Michael Nolan
Date:
Subject: initdb failing (10.4 centos7)
Next
From: Don Seiler
Date:
Subject: Re: initdb failing (10.4 centos7)