postgresql fails to start after symlinking pgdata dir - Mailing list pgsql-general

From Gene
Subject postgresql fails to start after symlinking pgdata dir
Date
Msg-id 430d92a20702051222t786abe26saa6e1b13bc45ac81@mail.gmail.com
Whole thread Raw
Responses Re: postgresql fails to start after symlinking pgdata dir  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
In the past I've always done the following with success (this is under fedora core 6 x86_64):

mv /var/lib/pgsql/data /data/pg/
ln -s /data/pg/data /var/lib/pgsql/data
/etc/init.d/postgresql start

I just installed 8.2.2 on a new FC6 machine and when I do that it fails to start. The logs reveal nothing.

Any suggestions? Any help would be appreciated.

Thanks
Gene

pgsql-general by date:

Previous
From: "John D. Burger"
Date:
Subject: Re: Production systems beware: U.S. Daylight Savings Time comes at a new time this year
Next
From: "Merlin Moncure"
Date:
Subject: Re: Can a function be parameter in PL/PGSQL function?