From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Installation docs wrong? |
Date: | 2005-03-25 04:38:57 |
Message-ID: | 424395E1.8020702@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Sorry, on further investigation this seems to work for everyone except
that guy - weird.
Chris
Christopher Kings-Lynne wrote:
> On this page:
>
> http://www.postgresql.org/docs/8.0/interactive/creating-cluster.html
>
> It has this sequence:
>
> root# mkdir /usr/local/pgsql/data
> root# chown postgres /usr/local/pgsql/data
> root# su postgres
> postgres$ initdb -D /usr/local/pgsql/data
>
> However, initdb will fail in this case, since the /usr/local/pgsql dir
> is NOT owned by postgres. (This came up on IRC helping someone)
>
> Should it in fact be:
>
> root# chown -R postgres /usr/local/pgsql
>
>
> Chris
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2005-03-25 04:52:06 | Re: Installation docs wrong? |
Previous Message | Christopher Kings-Lynne | 2005-03-25 04:30:46 | Installation docs wrong? |