mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Short version of install procedure fails due to lacking chown.
This commit is contained in:
parent
35d3c85ac0
commit
531126c854
@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.53 2001/09/09 23:52:12 petere Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.54 2001/09/10 08:46:46 ishii Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
|
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
|
||||||
@ -17,6 +17,7 @@
|
|||||||
gmake
|
gmake
|
||||||
gmake install
|
gmake install
|
||||||
adduser postgres
|
adduser postgres
|
||||||
|
chown -R postgres /usr/local/pgsql
|
||||||
su - postgres
|
su - postgres
|
||||||
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
|
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
|
||||||
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
|
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user