Help appreciated. From my user interface it says 1.9.3, and on the command line, 1.9.3. But upgrade command says ‘Hestia is already the newest version (1.9.4)’. How can I force/upgrade? Command line shows:
root@s001:/home/debian# sudo apt install --only-upgrade hestia
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
hestia is already the newest version (1.9.4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@s001:/home/debian# v-list-sys-info
HOSTNAME OS VER ARCH HESTIA RELEASE UPTIME LA
-------- -- --- ---- ------ ------- ------ --
s001.my-domain-example.com Debian 12.12 x86_64 1.9.3 release 19753 0.00 / 0.10 / 0.08
root@s001:/home/debian# cat /usr/local/hestia/conf/hestia.conf | grep VERSION
VERSION='1.9.3'
root@s001:/home/debian#
root@s001:/home/debian# apt reinstall hestia
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 2,016 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 https://apt.hestiacp.com bookworm/main amd64 hestia amd64 1.9.4 [2,016 kB]
Fetched 2,016 kB in 2s (1,221 kB/s)
(Reading database ... 62676 files and directories currently installed.)
Preparing to unpack .../hestia_1.9.4_amd64.deb ...
Unpacking hestia (1.9.4) over (1.9.4) ...
Setting up hestia (1.9.4) ...
root@s001:/home/debian# cat /usr/local/hestia/conf/hestia.conf | grep VERSION
VERSION='1.9.3'
root@s001:/home/debian#
Apt says there is 1.9.4 installed, no idea why you’re not on 1.9.4, but probaly for now adjusting the version as suggested is fine. Just have a look when 1.9.5 shows up.