How do I see what version of 1.2 I am on, and How to I update

Hi

So I know I am using 1.2, but how do I know which version of 1.2.? I am using. And how to I update it to the latest one?

Thanks

Xiao

Run apt-get update && apt-get upgrade

If not 1.2.3 it will update by default

You can also check via the web UI. Login with admin and then click the cog icon on the top right. Among other things, it will show you the Hestia vesrion: image

root@cp:/home/eris# cat /usr/local/hestia/conf/hestia.conf
It should show: VERSION=‘x.x.x’

Or from the cli:

~$ v-list-sys-info

HOSTNAME              OS      VER    ARCH    HESTIA  RELEASE  UPTIME  LA
--------              --      ---    ----    ------  -------  ------  --
web03.domain.tld      Ubuntu  18.04  x86_64  1.2.0   master   87698   0.24
3 Likes

Even better:
~$ cat /usr/local/hestia/conf/hestia.conf | grep VERSION
VERSION='1.5.11'