1.3.0 RC - We need YOU!

Dear Community

The long-awaited 1.3.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 NON PRODUCTIVE servers according to the following instructions and check if everything works as desired.

Please be aware that this is a Release Candidate - DO NOT install it on productive systems!

We are looking forward to your feedback, if any issue occurs, please fill out a bug report: https://github.com/hestiacp/hestiacp/issues/new

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.3.0~alpha_amd64.deb
wget https://apt.hestiacp.com/beta/hst-OS-VERSION/hestia-php_7.4.10~alpha.deb
wget https://apt.hestiacp.com/beta/hst-OS-VERSION/hestia-nginx_1.19.2~alpha.deb

# First install hestia-php and hestia-nginx
dpkg -i hestia-php_7.4.10~alpha.deb
dpkg -i hestia-nginx_1.19.2~alpha.deb

# Now install the hestia package
dpkg -i hestia_1.3.0~alpha_amd64.deb

# Cleanup
rm hestia_1.3.0~alpha_amd64.deb hestia-php_7.4.10~alpha.deb hestia-nginx_1.19.2~alpha.deb
7 Likes

We pushed a new hestia packages with additional changes, please help us to check if all is working properly:

# Change to root home or any other directory
cd /root

# Download the precompiled packages
wget https://apt.hestiacp.com/beta/hestia_1.3.0~beta_amd64.deb

# Now install the hestia package
dpkg -i hestia_1.3.0~beta_amd64.deb

# The part above will fail because of missing dependencies, install them over apt
apt-get install -f

# Cleanup
rm hestia_1.3.0~beta_amd64.deb

If you havent already installed the alpha packages of hestia-nginx and hestia-php, please repeat the steps above to do it.

2 Likes

To update to the last version:

v-update-sys-hestia-git hestiacp main install

Please note this version is for testing purposes only.

We pushed a new hestia packages with additional changes, please help us to check if all is working properly:

# Change to root home or any other directory
cd /root

# Download the precompiled packages
wget https://apt.hestiacp.com/beta/hestia_1.3.0~rc_amd64.deb

# Now install the hestia package
dpkg -i hestia_1.3.0~rc_amd64.deb

# The part above will fail because of missing dependencies, install them over apt
apt-get install -f

# Cleanup
rm hestia_1.3.0~rc_amd64.deb

If you havent already installed the alpha packages of hestia-nginx and hestia-php, please repeat the steps above to do it.