forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupgrade.conf
More file actions
57 lines (44 loc) · 2.49 KB
/
upgrade.conf
File metadata and controls
57 lines (44 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#######################################################################################
####### User preferences #######
#######################################################################################
# These values can be modified by the user in $HESTIA/conf/hestia.conf
# and can be adjusted from within the Web UI from Server Settings > Configure > Updates.
# Send an "upgrade complete" notification to the admin's e-mail address:
# UPGRADE_SEND_EMAIL='true'
# Send the update installation log to the admin's e-mail address:
# UPGRADE_SEND_EMAIL_LOG='true'
# Enable verbose logging and debug information
# DEBUG_MODE='true'
#######################################################################################
####### Upgrade switches #######
#######################################################################################
# Update default templates when performing an upgrade
# These flags should be set to true if any changes are made to the template files
# to ensure that they are properly updated on the end-user's system.
UPGRADE_UPDATE_WEB_TEMPLATES='true'
UPGRADE_UPDATE_MAIL_TEMPLATES='true'
UPGRADE_UPDATE_DNS_TEMPLATES='true'
# Update phpMyAdmin to the latest version during upgrade
UPGRADE_UPDATE_PHPMYADMIN='true'
# Update roundcube to the latest version during upgrade
UPGRADE_UPDATE_ROUNDCUBE='true'
# Update rainloop to the latest version during upgrade
UPGRADE_UPDATE_RAINLOOP='true'
# Update the File Manager or it's configuration file
# UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
# UPGRADE_UPDATE_FILEMANAGER: Updates only the configuration file
UPGRADE_UPDATE_FILEMANAGER='false'
UPGRADE_UPDATE_FILEMANAGER_CONFIG='true'
# Post installation clean-up
UPGRADE_REBUILD_USERS='true'
UPGRADE_RESTART_SERVICES='true'
#######################################################################################
####### 3rd Party Software Updates #######
#######################################################################################
# Set version of phpMyAdmin to install during upgrade if not already installed
pma_v='5.0.4'
# Set version of RoundCube (Webmail) to update during upgrade if not already installed
# Note: only aplies to "non-apt installs >= 1.4.0 or manualy phased out"
rc_v="1.4.10"
# Set version of Rainloop (Webmail) to update during upgrade if not already installed
rl_v="1.14.0"