Re: initdb failing (10.4 centos7)

2018-05-19 Thread Michael Nolan
Just call me blind! -- Mike Nolan

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Adrian Klaver
On 05/19/2018 04:06 PM, David G. Johnston wrote: On Saturday, May 19, 2018, Adrian Klaver > wrote: On 05/19/2018 03:44 PM, Michael Nolan wrote: On Sat, May 19, 2018 at 5:23 PM, Adrian Klaver mailto:adrian.kla...@aklaver.com>

initdb failing (10.4 centos7)

2018-05-19 Thread David G. Johnston
On Saturday, May 19, 2018, Adrian Klaver wrote: > On 05/19/2018 03:44 PM, Michael Nolan wrote: > >> >> >> On Sat, May 19, 2018 at 5:23 PM, Adrian Klaver > > wrote: >> >> > >> Then setting up the $DATADIR is on you: >> >> https://www.postgresql.org/docs/10

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Adrian Klaver
On 05/19/2018 03:44 PM, Michael Nolan wrote: On Sat, May 19, 2018 at 5:23 PM, Adrian Klaver mailto:adrian.kla...@aklaver.com>> wrote: Then setting up the $DATADIR is on you: https://www.postgresql.org/docs/10/static/install-short.html

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Adrian Klaver
On 05/19/2018 03:44 PM, Michael Nolan wrote: On Sat, May 19, 2018 at 5:23 PM, Adrian Klaver mailto:adrian.kla...@aklaver.com>> wrote: On 05/19/2018 03:16 PM, Michael Nolan wrote: On Sat, May 19, 2018 at 2:16 PM, Don Seiler mailto:d...@seiler.us>

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Michael Nolan
On Sat, May 19, 2018 at 5:23 PM, Adrian Klaver wrote: > On 05/19/2018 03:16 PM, Michael Nolan wrote: > >> >> >> On Sat, May 19, 2018 at 2:16 PM, Don Seiler > d...@seiler.us>> wrote: >> >> On Sat, May 19, 2018 at 2:10 PM, Michael Nolan > > wrote: >> >> init

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Adrian Klaver
On 05/19/2018 03:16 PM, Michael Nolan wrote: On Sat, May 19, 2018 at 2:16 PM, Don Seiler > wrote: On Sat, May 19, 2018 at 2:10 PM, Michael Nolan mailto:htf...@gmail.com>> wrote: initdb is failing on Centos 7 with 10.4 because the install procedure d

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Michael Nolan
On Sat, May 19, 2018 at 2:16 PM, Don Seiler wrote: > On Sat, May 19, 2018 at 2: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 fi

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Don Seiler
On Sat, May 19, 2018 at 2: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. >

Re: initdb failing (10.4 centos7)

2018-05-19 Thread Adrian Klaver
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

initdb failing (10.4 centos7)

2018-05-19 Thread Michael Nolan
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. -- Mike Nolan