Re: Suppress checking of chmod 700 on data-dir? - Mailing list pgsql-general

From Johannes Konert
Subject Re: Suppress checking of chmod 700 on data-dir?
Date
Msg-id 4667E48E.1040406@t3go.de
Whole thread Raw
In response to Re: Suppress checking of chmod 700 on data-dir?  (Ragnar <gnari@hive.is>)
Responses Re: Suppress checking of chmod 700 on data-dir?  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-general
> use sudo in your backup scenario, or run you backup as postgres
>
Thanks for your quick reply.
Unfortunaltelly runing backup via sudo is not an option due to sercurity
issues and using postgres-user is not feasable because other data as
well is backuped where postgres-user should not have access to.
So your answer means that there is definitelly NO way to circumwent the
chmod 700 thing? Its hard to believe that. Each and evera thing is
configurable in postgres, but I cannot disable or relax
directory-permissions checking?   Even not with a compile-option or
something  like that?

Anyway thanks for your help. I'll keep searching for a solution.
Regards Johannes

pgsql-general by date:

Previous
From: Ragnar
Date:
Subject: Re: Suppress checking of chmod 700 on data-dir?
Next
From: "Bart Degryse"
Date:
Subject: Re: plperl and/or insert trigger problem