| From: | Jan Claeys <lists(at)janc(dot)be> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg on Debian servers |
| Date: | 2017-11-11 16:40:59 |
| Message-ID: | 1510418459.21117.112.camel@janc.be |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2017-11-11 16:43:08 | Re: Difference between CAST(v AS t) and v::t |
| Previous Message | Mark Morgan Lloyd | 2017-11-11 14:23:06 | Re: pg on Debian servers |