|
|
@@ -65,9 +65,6 @@ upgrade_start_routine | tee -a $LOG
|
|
|
# Run upgrades of dependencies
|
|
|
source_conf "$HESTIA_BACKUP/upgrade.conf"
|
|
|
|
|
|
-# Upgrade File Manager and update configuration
|
|
|
-upgrade_filemanager | tee -a $LOG
|
|
|
-
|
|
|
# Update Web domain templates
|
|
|
upgrade_rebuild_web_templates | tee -a $LOG
|
|
|
|
|
|
@@ -77,18 +74,21 @@ upgrade_rebuild_mail_templates | tee -a $LOG
|
|
|
# Update DNS zone templates
|
|
|
upgrade_rebuild_dns_templates | tee -a $LOG
|
|
|
|
|
|
-# Upgrade phpMyAdmin if applicable
|
|
|
-upgrade_phpmyadmin | tee -a $LOG
|
|
|
-
|
|
|
-# Upgrade Roundcube if applicable
|
|
|
-upgrade_roundcube | tee -a $LOG
|
|
|
+# Upgrade File Manager and update configuration
|
|
|
+upgrade_filemanager | tee -a $LOG
|
|
|
|
|
|
# Upgrade Rainloop if applicable
|
|
|
upgrade_rainloop | tee -a $LOG
|
|
|
|
|
|
+# Upgrade Roundcube if applicable
|
|
|
+upgrade_roundcube | tee -a $LOG
|
|
|
+
|
|
|
# Upgrade PHPMailer if applicable
|
|
|
upgrade_phpmailer | tee -a $LOG
|
|
|
|
|
|
+# Upgrade phpMyAdmin if applicable
|
|
|
+upgrade_phpmyadmin | tee -a $LOG
|
|
|
+
|
|
|
# Set new version number in hestia.conf
|
|
|
upgrade_set_version $new_version
|
|
|
upgrade_set_branch $new_version
|