Changes between Version 2 and Version 3 of stretch-buster-upgrade
- Timestamp:
- Oct 27, 2019, 7:04:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
stretch-buster-upgrade
v2 v3 4 4 5 5 * 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: 8 7 {{{ 9 8 mkdir -p /etc/apt/disabled.apt.conf.d/ 10 9 }}} 10 I should have fixed with unsetting the env variable and installing needrestart again 11 11 * php 7.1 and 7.2 packages seem to be removed on upgrade, we want to keep them 12 12 * `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)