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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • stretch-buster-upgrade

    v7 v8  
    99}}}
    1010I should have fixed with unsetting the env variable and installing needrestart again
    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?
     11 * php curl packages seem to be removed on upgrade (7.0, 7.1 and 7.2), there seems to be some fundamental incompatibilities at play:
     12{{{
     13dpkg: dependency problems prevent configuration of php7.0-curl:
     14 php7.0-curl depends on php7.0-common (= 7.0.27-0+deb9u1); however:
     15  Version of php7.0-common on system is 7.0.33-0+deb9u5.
     16 php7.0-curl depends on libcurl3 (>= 7.18.0); however:
     17  Package libcurl3 is not installed.
     18 php7.3-common (7.3.4-2) breaks php7.0-curl (<< 7.0.33-1~) and is installed.
     19  Version of php7.0-curl to be configured is 7.0.27-0+deb9u1.
     20}}}
     21Are we going to have to force upgade everyone to php 7.3?
    1222 * `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)
    1323 * `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`