Skip to content

Commit 6d8ba86

Browse files
committed
Update Filegator and enable rebuild
1 parent efde1d1 commit 6d8ba86

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

install/upgrade/upgrade.conf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
# Update default templates when performing an upgrade
2222
# These flags should be set to true if any changes are made to the template files
2323
# to ensure that they are properly updated on the end-user's system.
24-
UPGRADE_UPDATE_WEB_TEMPLATES='false'
25-
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
26-
UPGRADE_UPDATE_DNS_TEMPLATES='false'
24+
UPGRADE_UPDATE_WEB_TEMPLATES='true'
25+
UPGRADE_UPDATE_MAIL_TEMPLATES='true'
26+
UPGRADE_UPDATE_DNS_TEMPLATES='true'
2727

2828
# Update phpMyAdmin to the latest version during upgrade
29-
UPGRADE_UPDATE_PHPMYADMIN='false'
29+
UPGRADE_UPDATE_PHPMYADMIN='true'
3030

3131
# Update roundcube to the latest version during upgrade
32-
UPGRADE_UPDATE_ROUNDCUBE='false'
32+
UPGRADE_UPDATE_ROUNDCUBE='true'
3333

3434
# Update rainloop to the latest version during upgrade
35-
UPGRADE_UPDATE_RAINLOOP='false'
35+
UPGRADE_UPDATE_RAINLOOP='true'
3636

3737
# Update the File Manager or it's configuration file
3838
# UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
3939
# UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file
40-
UPGRADE_UPDATE_FILEMANAGER='false'
41-
UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
40+
UPGRADE_UPDATE_FILEMANAGER='true'
41+
UPGRADE_UPDATE_FILEMANAGER_CONFIG='true'
4242

4343
# Post installation clean-up
44-
UPGRADE_REPLACE_KNOWN_KEYS='false'
45-
UPGRADE_REBUILD_USERS='false'
46-
UPGRADE_RESTART_SERVICES='false'
44+
UPGRADE_REPLACE_KNOWN_KEYS='true'
45+
UPGRADE_REBUILD_USERS='true'
46+
UPGRADE_RESTART_SERVICES='true'
4747

4848
#######################################################################################
4949
####### 3rd Party Software Updates #######
@@ -60,7 +60,7 @@ rc_v="1.4.11"
6060
rl_v="1.16.0"
6161

6262
# Set version of File manager to update during upgrade if not already installed
63-
fm_v="7.6.0"
63+
fm_v="7.7.0"
6464

6565
# Set version of PHPMailer to update during upgrade if not already installed
6666
pm_v="6.5.0"

0 commit comments

Comments
 (0)