Changes between Version 6 and Version 7 of stretch-buster-upgrade


Ignore:
Timestamp:
Oct 27, 2019, 7:27:21 PM (4 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • stretch-buster-upgrade

    v6 v7  
    99}}}
    1010I should have fixed with unsetting the env variable and installing needrestart again
    11  * php 7.1 and 7.2 packages seem to be removed on upgrade, we want to keep them. Maybe I should not have removed the sury stuff from /etc/apt/sources.list.d and /etc/apt/preferences.d.
     11 * php curl packages seem to be removed on upgrade (7.0, 7.1 and 7.2), we want to keep them. Why did they get removed?
    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)
    1313 * `doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 13: ssl_key: Can't open file /etc/dovecot/private/dovecot.key: No such file or directory` (see [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867593 debian bug]) - fix with `ln -s /etc/dovecot/private/dovecot.pem /etc/dovecot/private/dovecot.key`