Le jeu. 9 mars 2023 à 15:00, Piotr Jurkiewicz < piotr.jerzy.jurkiew...@gmail.com> a écrit :
> On Wed, 8 Mar 2023 19:05:39 +0100 Jan Mojzis <jan.moj...@gmail.com> wrote: > > Hello, > > can You please send me the steps how i can reproduce it > > - packages list/versions before the upgrade > > - exact apt/apt-get command > > - packages list/versions after the upgrade > > > > Jan > > > > > > I used aptitude to perform upgrade. > > Before upgrade: > > ii libnginx-mod-http-echo 1.22.0-3 amd64 > ii libnginx-mod-http-perl 1.22.0-3 amd64 > ri nginx-common 1.22.0-3 all > ii nginx-light 1.22.0-3 amd64 > ii python3-certbot-nginx 1.29.0-1 all > > After: > > ii libnginx-mod-http-echo 1:0.63-4 amd64 > ii libnginx-mod-http-perl 1.22.1-7 amd64 > ii nginx 1.22.1-7 amd64 > ii nginx-common 1.22.1-7 all > ii nginx-light 1.22.1-7 all > ii python3-certbot-nginx 2.1.0-2 all > > Then I used aptitude to purge leftover configuration files: > > # aptitude purge ?config-files > The following packages will be REMOVED: > emacsen-common{p} libpython3.10-minimal{p} nginx-common{p} > php8.1-cli{p} php8.1-common{p} php8.1-fpm{p} php8.1-opcache{p} > php8.1-readline{p} python3.10-minimal{p} > 0 packages upgraded, 0 newly installed, 9 to remove and 0 not upgraded. > Need to get 0 B of archives. After unpacking 0 B will be used. > Do you want to continue? [Y/n/?] y > Jan, Did default config files in /etc/nginx/ moved from nginx-common to nginx ? Jérémy