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.kla...@aklaver.com

Reply via email to