Changes between Version 8 and Version 9 of stretch-buster-upgrade
- Timestamp:
- Oct 27, 2019, 7:46:16 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
stretch-buster-upgrade
v8 v9 19 19 Version of php7.0-curl to be configured is 7.0.27-0+deb9u1. 20 20 }}} 21 Are we going to have to force upgade everyone to php 7.3? 21 Are we going to have to force upgade everyone to php 7.3? I manually fixed on octavia my moving all php 7.0 pools to 7.3 and updatig apache by hand. 22 22 * `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) 23 23 * `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` 24 24 * `Errors were encountered while processing: postfwd` but when I reran `apt install postfwd` it went through without error 25 * After reboot postfwd was not started (and not enabled). Should be fixed in puppet. 25 26 26 27 == Prompted config files == … … 35 36 * /etc/default/spamassassin 36 37 38 == Next steps == 39 40 * Examine differences between the new config files and incorporate into puppet as needed 41 * Re-write mf-dist-upgrade-mosh 42 * Update red control panel to add php 7.3 option and figure out plan to upgrade everyone