Hello all and congrats for the work being done!
![]()
I’m sorry for not being active, but various health reasons for the most part of this month, have kept me away from work
Things seem to stabilize now and here I am again ![]()
Back to the topic now… My experience so far:
28/02/2020 - 12:50 EET
CLEAN INSTALLATION OF HESTIA 1.0.6 ON Ubuntu 18.04
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
bash hst-install.sh --nginx yes --apache yes --phpfpm no --multiphp yes --named yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota yes --exim yes --dovecot yes --spamassassin no --clamav no --mysql yes --postgresql no --interactive yes --hostname $(hostname -f) --email xXx --password xXx --port 12110 --api yes
STARTING UPGRADE TO HESTIA 1.1.0
wget https://apt.hestiacp.com/beta/hestia_1.1.0_amd64.deb
ERROR HERE (already mentioned + solution)
dpkg -i hestia_1.1.0_amd64.deb
(Reading database ... 47752 files and directories currently installed.)
Preparing to unpack hestia_1.1.0_amd64.deb ...
Unpacking hestia (1.1.0) over (1.0.6) ...
dpkg: dependency problems prevent configuration of hestia:
hestia depends on setpriv | util-linux (>= 2.33); however:
Package setpriv is not installed.
Version of util-linux on system is 2.31.1-0.4ubuntu3.5.
dpkg: error processing package hestia (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
hestia
MANUALLY INSTALL setpriv (upgrade to 1.1.0 continued automatically)
apt install setpriv
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
setpriv
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 24.5 kB of archives.
After this operation, 136 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 setpriv amd64 2.31.1-0.4ubuntu3.5 [24.5 kB]
Fetched 24.5 kB in 0s (633 kB/s)
Selecting previously unselected package setpriv.
(Reading database ... 47819 files and directories currently installed.)
Preparing to unpack .../setpriv_2.31.1-0.4ubuntu3.5_amd64.deb ...
Unpacking setpriv (2.31.1-0.4ubuntu3.5) ...
Setting up setpriv (2.31.1-0.4ubuntu3.5) ...
Setting up hestia (1.1.0) ...
_ _ _ _ ____ ____
| | | | ___ ___| |_(_) __ _ / ___| _ \
| |_| |/ _ \/ __| __| |/ _` | | | |_) |
| _ | __/\__ \ |_| | (_| | |___| __/
|_| |_|\___||___/\__|_|\__,_|\____|_|
Hestia Control Panel Software Update
Version: 1.1.0
========================================================================
(!) IMPORTANT INFORMATION:
Default configuration files and templates may be modified or replaced
during the upgrade process. You may restore these files from:
Backup directory: /root/hst_backups/280220201303/
This process may take a few minutes, please wait...
========================================================================
(*) Enabling support for themes...
(*) Hardening SSH daemon configuration...
(*) Hardening security of Roundcube webmail...
(*) Updating exim configuration...
(*) Updating default writable folders for all users...
(*) Updating DNS template for Office 365...
(*) Updating backup compression level variable...
(*) Hardening MySQL configuration...
(*) Hardening nginx configuration, drop TLSv1.1 support...
(*) Migrate to new multiphp backend system...
(*) Upgrading phpMyAdmin to version v4.9.4...
(*) Rebuilding domains and account for user: admin...
(*) Restarting services...
========================================================================
Upgrade complete! If you encounter any issues or find a bug,
please take a moment to report it to us on GitHub at the URL below:
https://github.com/hestiacp/hestiacp/issues
We hope that you enjoy using this version of Hestia Control Panel,
have a wonderful day!
Sincerely,
The Hestia Control Panel development team
Web: https://www.hestiacp.com/
Forum: https://forum.hestiacp.com/
GitHub: https://github.com/hestiacp/hestiacp/
E-mail: [email protected]
Made with love & pride by the open-source community around the world.
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
ENABLE MULTIPHP FUNCTIONALITY
bash /usr/local/hestia/install/upgrade/manual/migrate_apache.sh
I have not found any issues so far. Next I will try to restore some users and files. I’ll update with any new information.


