Changes between Version 3 and Version 4 of stretch-buster-upgrade
- Timestamp:
- Oct 27, 2019, 7:14:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
stretch-buster-upgrade
v3 v4 1 # Stretch to Buster Upgrade 1 == Stretch to Buster Upgrade == 2 2 3 3 Notes so far: … … 9 9 }}} 10 10 I 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 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. 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) 13 * `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`13 * `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` 14 14 15 15 == Prompted config files == 16 16 17 * /etc/logrotate.d/apache2 18 * /etc/systemd/journald.conf 19 * /etc/systemd/timesyncd.conf 17 * /etc/logrotate.d/apache2: Do we still need our customizations of this file? 18 * /etc/systemd/journald.conf: The new default file has some changes to commented out things... we should update ours to reflect the changes 19 * /etc/systemd/timesyncd.conf: The new default file has some changes to commented out things... we should update ours to reflect the changes 20 * /etc/cronttab: THe new default has helpful comments... we should update ours to reflect the changes 21 * /etc/logrotate.conf: new defaults keep less logs around, we should update ours to reflect 22