Re: initdb $PGDATA not working - Mailing list pgsql-general

From Daniel Vázquez
Subject Re: initdb $PGDATA not working
Date
Msg-id CA+KJVfx7Zug589etj4aRE2Hkm6eBt2iwv7Gj3eDC+nc5uPoN6w@mail.gmail.com
Whole thread Raw
In response to initdb $PGDATA not working  (Daniel Vázquez <daniel2d2art@gmail.com>)
List pgsql-general
THX all !!
My fault is I set the $PGDATA enviroment variable in /etc/sysconfig/pgsql/postgresql like usual in 8.4
renaming the file to postgresql-9.1 solve the isue.

Thanks guys!

El 9 de febrero de 2012 22:25, Daniel Vázquez <daniel2d2art@gmail.com> escribió:
Hi!

I've set my PGDATA variable in profile
export PGDATA=/home/mydata/pgsql/data

Testing variable for correct set in enviroment
$ echo $PGDATA
/home/mydata/pgsql/data

but when execute:
$ sudo /etc/init.d/postgresql-9.1 initdb

or execute:
$ sudo /etc/init.d/postgresql-9.1 initdb -D /home/mydata/pgsql/data

The cluster always is created on default path "/var/lib/pgsql/9.1/data/"

Will install in CentOS 5.7

Thx






pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: Strategy for Primary Key Generation When Populating Table
Next
From: Robins Tharakan
Date:
Subject: Re: VIEW still referring to old name of field