Update is not update hestiacp

Hello
I have a hestiacp installation (ubuntu 20.04.2 LTS) that does not update from v1.4.3 even though the updates are enabled in the panel.
When I try to re-install install from command line with:

apt install hestia

This is the result:

Reading package lists … Done
Building dependency tree
Reading state information … Done
hestia is already the newest version (1.4.3).

Can you help me ?

Run first

apt update

And then apt upgrade

Yes, I do. But hestia is not updated.
Look:

apt update


Fetched 1701 kB in 1s (1583 kB/s)
Reading package lists… Done
Building dependency tree
Reading state information… Done
All packages are up to date.

apt upgrade

Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

apt install hestia

Reading package lists… Done
Building dependency tree
Reading state information… Done
hestia is already the newest version (1.4.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Did you upgraded your OS recently? It sounds like the apt list for hestia is deactivated, check in /etc/apt/sources.list.d/hestia.conf

Yes, yes, I recently upgraded from Ubuntu 18.04 LTS to 20.04

This is how it is now (/etc/apt/sources.list.d/hestia.conf):

deb https://apt.hestiacp.com/ bionic main

Needs to be focal instead bionic, you need to adjust the apt lists when you upgrade your os. Also check that they arent commented out. Also check nginx and mariadb lists, then do a apt update and apt upgrade.

1 Like

ahh ok
In another new installation (also ubuntu 20.04) I see this:

deb https://apt.hestiacp.com/ focal main

It’s right ?

Yes…. …

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.