After apt update && upgrade, version 1.9.3 is not updated

root@wpnca:/var/log/nginx/domains# apt update
Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://mirrors.digitalocean.com/ubuntu jammy InRelease                                                                                                                       
Hit:3 http://mirrors.digitalocean.com/ubuntu jammy-updates InRelease                                                                                                               
Hit:4 http://mirrors.digitalocean.com/ubuntu jammy-backports InRelease                                                                                                             
Hit:5 http://ppa.launchpad.net/ondrej/apache2/ubuntu jammy InRelease                                                                                                               
Hit:6 https://repos.insights.digitalocean.com/apt/do-agent main InRelease                                                                                                          
Hit:8 https://repos-droplet.digitalocean.com/apt/droplet-agent main InRelease                                                                                                      
Hit:7 https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu jammy InRelease                                                             
Hit:9 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease                                                  
Hit:10 https://nginx.org/packages/mainline/ubuntu jammy InRelease   
Hit:11 https://apt.hestiacp.com jammy InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
3 packages can be upgraded. Run 'apt list --upgradable' to see them.

root@wpnca:/var/log/nginx/domains# apt list --upgradable
Listing... Done
hestia-nginx/jammy 1.27.4 amd64 [upgradable from: 1.27.3]
hestia-php/jammy 8.3.17 amd64 [upgradable from: 8.3.16]
hestia/jammy 1.9.3 amd64 [upgradable from: 1.9.2]

root@wpnca:/var/log/nginx/domains# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  libheif1 imagemagick liblua5.4-0 libopenexr25 libmagickcore-6.q16-6-extra
  traceroute libmagickwand-6.q16-6 imagemagick-6.q16 libmagickcore-6.q16-6
  imagemagick-6-common libde265-0
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following packages have been kept back:
  hestia hestia-nginx hestia-php
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

root@wpnca:/var/log/nginx/domains# more /etc/issue
Ubuntu 22.04.5 LTS \n \l

Any ideas?

Is it possible that the web has not turned on automatic updates?

No.

Try again

I’ve tried several times and it doesn’t update.

I initially upgraded from 1.8.12 to 1.9.2 without any issues.
But when I tried to upgrade from 1.9.2 to 1.9.3, the upgrade didn’t happen.

You have marked the Hestia packages as held.

apt-mark unhold 'hestia*'

And try to upgrade again.

Thanks Sahsanu. Indeed, a member of my team needed to upgrade Ubuntu, and since he was unsure about changing anything in hestiacp, he put the hestia packages on hold. I wasn’t aware of this and didn’t think to check this. Thank you very much. With your contribution, everything is now up to date.

1 Like