Re: [GENERAL] pg on Debian servers

Поиск
Список
Период
Сортировка
От Jan Claeys
Тема Re: [GENERAL] pg on Debian servers
Дата
Msg-id 1510418459.21117.112.camel@janc.be
обсуждение исходный текст
Ответ на Re: [GENERAL] pg on Debian servers  (Mark Morgan Lloyd <markMLl.pgsql-general@telemetry.co.uk>)
Ответы Re: [GENERAL] pg on Debian servers
Список pgsql-general
On Sat, 2017-11-11 at 14:23 +0000, Mark Morgan Lloyd wrote:
> I think that the "preventing upgrades" route is the one to follow,
> since inhibiting the restart would obviously present a risk that
> something loaded dynamically could get out of step. As an at least
> temporary hack I've disabled unattended updates using
> 
> # systemctl disable unattended-upgrades.service

Unattended-upgrades is configurable and allows whitelisting package
origins, as well as blacklisting packages so that they never get
upgraded automatically (you can still upgrade them manually, of
course).

See /etc/apt/apt.conf.d/50unattended-upgrades (the default version of
that file includes documentation as comments).

Also see the unattended-upgrade(8) manpage, and the on/off switch in
/etc/apt/apt.conf.d/20auto-upgrades


-- 
Jan Claeys



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: Mark Morgan Lloyd
Дата:
Сообщение: Re: [GENERAL] pg on Debian servers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Difference between CAST(v AS t) and v::t