Re: Creating a user for pg_start_backup - Mailing list pgsql-general

From John R Pierce
Subject Re: Creating a user for pg_start_backup
Date
Msg-id 55AEA57E.9010502@hogranch.com
Whole thread Raw
In response to Re: Creating a user for pg_start_backup  (Andrew Beverley <andy@andybev.com>)
List pgsql-general
On 7/21/2015 8:36 AM, Andrew Beverley wrote:
> Sorry to be dragging this off-topic, but what's the reason for using su instead of
> sudo?


sudo is for non root users, it ends up running the su command. normally
root doesn't use sudo at all, look at all the init.d scripts  that run
daemons as other users, they typically use su, like...

         $SU -l postgres -c "$PGENGINE/postmaster -p '$PGPORT' -D
'$PGDATA' ${PGOPTS} &" >> "$PGLOG" 2>&1 <
/dev/null

(where $SU is su or runuser)


--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: Fritz Meissner
Date:
Subject: Re: Cannot reach pg server using -h localhost
Next
From: Adrian Klaver
Date:
Subject: Re: Cannot reach pg server using -h localhost