Changes between Version 2 and Version 3 of stretch-buster-upgrade


Ignore:
Timestamp:
Oct 27, 2019, 7:04:02 PM (6 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • stretch-buster-upgrade

    v2 v3  
    44
    55 * Upgrade needsrestart first and set NEEDRESTART_SUSPEND=1 to avoid be prompted to restart services (they will all be restarted on reboot)
    6  * `dpkg: error processing archive /var/cache/apt/archives/needrestart_3.4-5_all.deb (--unpack):
    7  unable to create '/etc/apt/disabled.apt.conf.d/99needrestart.dpkg-new' (while processing './etc/apt/apt.conf.d/99needrestart'): No such file or directory`. I think I got this message because I set the environment variable `NEEDRESTART_SUSPEND=1`.
     6 * `dpkg: error processing archive /var/cache/apt/archives/needrestart_3.4-5_all.deb (--unpack): unable to create '/etc/apt/disabled.apt.conf.d/99needrestart.dpkg-new' (while processing './etc/apt/apt.conf.d/99needrestart'): No such file or directory`. I think I got this message because I set the environment variable `NEEDRESTART_SUSPEND=1` before upgrading needrestart. I fixed with:
    87{{{
    98mkdir -p /etc/apt/disabled.apt.conf.d/
    109}}}
     10I should have fixed with unsetting the env variable and installing needrestart again
    1111 * php 7.1 and 7.2 packages seem to be removed on upgrade, we want to keep them
    1212 * `doveconf: Warning: Obsolete setting in /etc/dovecot/conf.d/99-mfpl.conf:27: ssl_protocols has been replaced by ssl_min_protocol` (fixed via puppet)