Re: Creating a user for pg_start_backup

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Creating a user for pg_start_backup
Дата
Msg-id 55AEA57E.9010502@hogranch.com
обсуждение исходный текст
Ответ на Re: Creating a user for pg_start_backup  (Andrew Beverley <andy@andybev.com>)
Список 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 по дате отправления:

Предыдущее
От: Fritz Meissner
Дата:
Сообщение: Re: Cannot reach pg server using -h localhost
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Cannot reach pg server using -h localhost