From: | David Beechum <helium_isotope(at)yahoo(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | PGDATA problem |
Date: | 2004-10-18 21:55:04 |
Message-ID: | 20041018215504.68925.qmail@web60005.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I just installed postgresql on my gentoo box.
everything works fine when i use the default data
directory '/var/lib/postgresql/data' but the problem
is i do not want my data stored there. so i created a
new directory owned by postgres
'/home/postgresql/data' and ran $initdb -D
/home/postgresql/data
it successfully created the database.
so $/etc/init.d/postgresql start
*directory not found: /var/lib/postgresql/data/
*your should create PGDATA directory first
so i figure i need to update my enviromental variable
PGDATA
$echo $PGDATA
the variable had not been set so i set it globably,
then
$echo $PGDATA
/home/postgresql/data
there PGDATA is set so it should work, shouldnt it?
so $/etc/init.d/postgresql start
*directory not found: /var/lib/postgresql/data/
*your should create PGDATA directory first
so i check the init.d script and verify it is using
$PGDATA for the data path and it is. so why is it
still trying to use '/var/lib/postgresql/data/' as the
data path even after i have set the enviromental
variable PGDATA to something different. HELP PLZ :)
thanks ~Dave
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-10-18 22:10:16 | Re: postmaster -i option... |
Previous Message | David Cancino Muñiz | 2004-10-18 21:12:01 | unsubscribe |