Re: Postgresql does not start on reboot - Mailing list pgsql-general

From Tom Lane
Subject Re: Postgresql does not start on reboot
Date
Msg-id 3363.1151780956@sss.pgh.pa.us
Whole thread Raw
In response to Postgresql does not start on reboot  ("Clodoaldo Pinto" <clodoaldo.pinto@gmail.com>)
Responses Re: Postgresql does not start on reboot  ("Clodoaldo Pinto" <clodoaldo.pinto@gmail.com>)
List pgsql-general
"Clodoaldo Pinto" <clodoaldo.pinto@gmail.com> writes:
> There is a simlink in /var/lib/pgsql/data pointing to /disk2/pg_xlog
> which is in sbd1 and is owned by postgres.

You need to modify the selinux policy to let the postmaster access
/disk2/pg_xlog ... by default, it's constrained to only be able to touch
stuff under /var/lib/pgsql.

            regards, tom lane

pgsql-general by date:

Previous
From: "Clodoaldo Pinto"
Date:
Subject: Postgresql does not start on reboot
Next
From: "Jason Long"
Date:
Subject: Is there any way to index or cache a view, or function results?