Skip to content

Commit 3aecc0d

Browse files
committed
Adjust upgrade.conf to rebuild all users on upgrade.
1 parent 49aed0a commit 3aecc0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install/upgrade/upgrade.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
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='true'
24+
UPGRADE_UPDATE_WEB_TEMPLATES='false'
2525
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
2626
UPGRADE_UPDATE_DNS_TEMPLATES='false'
2727

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

3131
# Update the File Manager or it's configuration file
3232
# UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
3333
# UPGRADE_UPDATE_FILEMANAGER: Updates only the configuration file
3434
UPGRADE_UPDATE_FILEMANAGER='false'
35-
UPGRADE_UPDATE_FILEMANAGER_CONFIG='true'
35+
UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
3636

3737
# Post installation clean-up
38-
UPGRADE_REBUILD_USERS='false'
38+
UPGRADE_REBUILD_USERS='true'
3939
UPGRADE_RESTART_SERVICES='true'
4040

4141
#######################################################################################

0 commit comments

Comments
 (0)