After ‘apt update && apt upgrade && reboot’ my HestiaCP 1.8.8 on Debian 11 in Hetzner VPS:
# apt update
Hit:1 http://mirror.hetzner.de/debian/packages bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:4 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:5 http://mirror.hetzner.de/debian/packages bullseye-updates InRelease [44.1 kB]
Get:6 http://mirror.hetzner.de/debian/packages bullseye-backports InRelease [49.0 kB]
Get:7 http://mirror.hetzner.de/debian/security bullseye-security InRelease [48.4 kB]
Hit:8 https://nginx.org/packages/mainline/debian bullseye InRelease
Hit:9 https://mirror.mva-n.net/mariadb/repo/10.6/debian bullseye InRelease
Hit:10 https://packages.sury.org/apache2 bullseye InRelease
Hit:11 https://packages.sury.org/php bullseye InRelease
Hit:12 https://apt.hestiacp.com bullseye InRelease
Fetched 234 kB in 2s (148 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
# apt list --upgradable
Listing... Done
phpmyadmin/oldstable,oldstable 4:5.0.4+dfsg2-2+deb11u1 all [upgradable from: 4:4.6.6-5]
N: There is 1 additional version. Please use the '-a' switch to see it
# apt list --upgradable -a
Listing... Done
phpmyadmin/bullseye-backports 4:5.2.1+dfsg-1~bpo11+1 all
phpmyadmin/oldstable,oldstable 4:5.0.4+dfsg2-2+deb11u1 all [upgradable from: 4:4.6.6-5]
phpmyadmin/now 4:4.6.6-5 all [installed,upgradable to: 4:5.0.4+dfsg2-2+deb11u1]
# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
at libfl2 libreadline5 libzip5 linux-image-4.19.0-18-amd64 linux-image-5.10.0-11-amd64 linux-image-5.10.0-19-amd64 linux-image-5.10.0-9-amd64
php8.0 php8.0-curl php8.0-imap php8.0-ldap php8.1 php8.1-apcu php8.1-curl php8.1-imap php8.1-ldap
Use 'apt autoremove' to remove them.
The following packages have been kept back:
phpmyadmin
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
What should I do with that package? Thanks.