The long-awaited 1.2.0 update is now available as a release candidate - if no more bugs are found in this version, we will publish them on our repository.
But before we can do this, we need your help! Please install the update on your servers according to the following instructions and check if everything works as desired.
Please be aware that this is a Release Candidate - we have tested it extensively, but there may still be unknown problems - so please make sure you have a backup of your server!
We are looking forward to your feedback!
How to update to the release candidate?
# Change to root home or any other directory
cd /root
# Download the precompiled packages, please replace OS and VERSION
# OS: debian or ubuntu
# VERSION: 9, 10, 1604, 1804 or 2004
wget https://apt.hestiacp.com/beta/hestia_1.2.0_amd64.deb
wget https://apt.hestiacp.com/beta/hst-OS-VERSION/hestia-nginx_1.17.10.deb
wget https://apt.hestiacp.com/beta/hst-OS-VERSION/hestia-php_7.4.6.deb
# First install hestia-php and hestia-nginx
dpkg -i hestia-nginx_1.17.10.deb
dpkg -i hestia-php_7.4.6.deb
# During the installation of php a error will occur, please install missing packages
apt-get update
apt-get install -f
# Now install the hestia package
dpkg -i hestia_1.2.0_amd64.deb
# Cleanup
rm hestia_1.2.0_amd64.deb hestia-nginx_1.17.10.deb hestia-php_7.4.6.deb
We just updated the hestia rc package which resolves the issue which @Active8 reported, also an additional issue which leads the filemanager to fail due to less memory. There is no need to reinstall the package, the changes arent relevant for running systems - just for the upgrade procedure itself.
Thanks for your feedback, did you maybe upgraded your system from ubuntu 18.04 to 20.04? I just ask myself why you’re running libzip4, as far as I can see, Ubuntu 20.04 gets shipped with libzip5 (and libonig5).
No, I used a minimal Ubuntu 20.04 image from netcup.de, which didn’t have the libzip5 installed.
I’ve upgraded an old version of hestia 1.1.1 to 1.2.0 RC and hestia-php 7.4.5 to 7.4.6. I think the installation of hestia 1.1.1 or hestia-php 7.4.5 has installed the libzip4. After the upgrade to hestia 1.2.0 and hestia-php 7.4.6 there was no need for the package manager to install libzip5, becase libzip4 was installed.
Hmm, Hestia 1.1.1 wasnt ready for Ubuntu 20.04, the official support will be added with 1.2.0. Not sure if the issue is relevant for the release, infact libzip4 isnt available for 20.04 (https://packages.ubuntu.com/focal/libzip4), libzip5 should be installed by default. Thanks for reporting it, also glad that you got it fixed on your own !
I had a closer look on the problem. I’ve php7.3 (7.3.19-1+ubuntu20.04.1+deb.sury.org+1) and phpmyadmin (4:4.9.5+dfsg1-2) installed on the system. phpmyadmin depends on php-zip, which is provided by php7.3-zip (7.3.19-1+ubuntu20.04.1+deb.sury.org+1). The package php7.3-zip depends on libzip4. This is the reason, why libzip4 is installed and there is no need to install libzip5 with hestia.