Re: [GENERAL] Proper Permissions for /usr/local/pgsql/data

2010-12-01 Thread Adrian Klaver
On Wednesday 01 December 2010 3:01:29 pm Rich Shepard wrote: > On Thu, 2 Dec 2010, Dmitriy Igrishin wrote: > > You should chown your data dir (/usr/local/pgsql/data) to "postgres" > > before you run initdb. > >Thank you, Dmitriy. I thought that was the proper owner but wanted to > check first.

Re: [GENERAL] Proper Permissions for /usr/local/pgsql/data

2010-12-01 Thread Rich Shepard
On Thu, 2 Dec 2010, Dmitriy Igrishin wrote: You should chown your data dir (/usr/local/pgsql/data) to "postgres" before you run initdb. Thank you, Dmitriy. I thought that was the proper owner but wanted to check first. This should be included in the document page on installation/upgrading. W

Re: [GENERAL] Proper Permissions for /usr/local/pgsql/data

2010-12-01 Thread Dmitriy Igrishin
Hey Rich, You should chown your data dir (/usr/local/pgsql/data) to "postgres" before you run initdb. 2010/12/2 Rich Shepard > I'm manually replacing -8.3.3 with -9.0.1 I have the old data/ directory > and pg_dumpall files safely stored. Following the directions at: >

[GENERAL] Proper Permissions for /usr/local/pgsql/data

2010-12-01 Thread Rich Shepard
I'm manually replacing -8.3.3 with -9.0.1 I have the old data/ directory and pg_dumpall files safely stored. Following the directions at: , step #5 I see this: postg...@salmo:~$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql