run this on the test machine and I get this
expedition@Expedition:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: libmariadbclient18 libmysqlclient18 mariadb-client mariadb-client-10.1 mariadb-client-core-10.1 mariadb-server mariadb-server-10.1 mariadb-server-core-10.1 The following packages will be upgraded: expedition-beta 1 upgraded, 0 newly installed, 0 to remove and 8 not upgraded. Need to get 43.7 MB of archives. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n]
but on my production machine I get this
expedition@Expedition:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following package was automatically installed and is no longer required: liblua5.1-0 Use 'sudo apt autoremove' to remove it. The following NEW packages will be installed: libbrotli1 libjansson4 liblua5.2-0 libnghttp2-14 libssl1.1 motd-news-config The following packages have been kept back: libmariadbclient18 libmysqlclient18 mariadb-client mariadb-client-10.1 mariadb-client-core-10.1 mariadb-server mariadb-server-10.1 mariadb-server-core-10.1 The following packages will be upgraded: apache2 apache2-bin apache2-data apache2-utils base-files cloud-guest-utils galera-3 grub-common grub-legacy-ec2 grub-pc grub-pc-bin grub2-common initramfs-tools initramfs-tools-bin initramfs-tools-core libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libfastjson-dev libfastjson4 libgeoip1 libgnutls-openssl27 libgnutls30 libpam-modules libpam-modules-bin libpam-runtime libpam-systemd libpam0g libpython3.6-minimal libpython3.6-stdlib libsystemd0 libudev1 mariadb-common mysql-common openssh-client openssh-server openssh-sftp-server openssl python3-distupgrade python3-gdbm python3.6 python3.6-minimal python3.7-distutils python3.7-lib2to3 rsyslog sosreport systemd systemd-sysv ubuntu-keyring ubuntu-minimal ubuntu-release-upgrader-core ubuntu-server ubuntu-standard udev update-notifier-common 56 upgraded, 6 newly installed, 0 to remove and 8 not upgraded. Need to get 16.1 kB/29.9 MB of archives. After this operation, 8,466 kB of additional disk space will be used. Do you want to continue? [Y/n] y
and it fails when I hit y
... View more