Re: Small correction in chown command to set the owner of the pgsql data dir correctly

2021-02-07 Thread Tom Lane
"David G. Johnston" writes: > On Saturday, February 6, 2021, PG Doc comments form > wrote: >> "root# mkdir /usr/local/pgsql >> root# chown postgres /usr/local/pgsql >> root# su postgres >> postgres$ initdb -D /usr/local/pgsql/data" >> If these steps are followed then it still fails to initialize

Re: Small correction in chown command to set the owner of the pgsql data dir correctly

2021-02-07 Thread David G. Johnston
On Saturday, February 6, 2021, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/creating-cluster.html > Description: > > "root# mkdir /usr/local/pgsql > root# chown postgres /usr/local/pgsql > root# su p