Skip to content

Commit 9d294b1

Browse files
author
Kristan Kenney
committed
Add version steps and update config
1 parent 1007e08 commit 9d294b1

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

install/upgrade/upgrade.conf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
#######################################################################################
44

55
# These values can be modified by the user in $HESTIA/conf/hestia.conf
6-
# and can be adjusted from within the Web UI from Server > Configure > Updates.
6+
# and can be adjusted from within the Web UI from Server Settings > Configure > Updates.
77

88
# Send an "upgrade complete" notification to the admin's e-mail address:
99
# UPGRADE_SEND_EMAIL='true'
1010

1111
# Send the update installation log to the admin's e-mail address:
1212
# UPGRADE_SEND_EMAIL_LOG='true'
1313

14-
# Add upgrade notification to panel (this switch is not exposed via Web UI):
15-
# UPGRADE_SEND_NOTIFICATION='true'
16-
1714
# Enable verbose logging and debug information
1815
# DEBUG_MODE='true'
1916

@@ -22,14 +19,16 @@
2219
#######################################################################################
2320

2421
# Update default templates when performing an upgrade
22+
# These flags should be set to true if any changes are made to the template files
23+
# to ensure that they are properly updated on the end-user's system.
2524
UPGRADE_UPDATE_WEB_TEMPLATES='true'
2625
UPGRADE_UPDATE_MAIL_TEMPLATES='true'
2726
UPGRADE_UPDATE_DNS_TEMPLATES='true'
2827

29-
# Update phpMyAdmin if installed during upgrade
28+
# Update phpMyAdmin to the latest version during upgrade
3029
UPGRADE_UPDATE_PHPMYADMIN='true'
3130

32-
# Update the File Manager or it's configuration
31+
# Update the File Manager or it's configuration file
3332
# UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
3433
# UPGRADE_UPDATE_FILEMANAGER: Updates only the configuration file
3534
UPGRADE_UPDATE_FILEMANAGER='false'

install/upgrade/versions/1.3.0.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
# Hestia Control Panel upgrade script for target version 1.3.0
4+
5+
#######################################################################################
6+
####### Place additional commands below. #######
7+
#######################################################################################

0 commit comments

Comments
 (0)