Browse Source

Adjust upgrade.conf to rebuild all users on upgrade.

Raphael Schneeberger 5 years ago
parent
commit
3aecc0d357
1 changed files with 4 additions and 4 deletions
  1. 4 4
      install/upgrade/upgrade.conf

+ 4 - 4
install/upgrade/upgrade.conf

@@ -21,21 +21,21 @@
 # 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_WEB_TEMPLATES='false'
 UPGRADE_UPDATE_MAIL_TEMPLATES='false'
 UPGRADE_UPDATE_DNS_TEMPLATES='false'
 
 # Update phpMyAdmin to the latest version during upgrade
-UPGRADE_UPDATE_PHPMYADMIN='true'
+UPGRADE_UPDATE_PHPMYADMIN='false'
 
 # 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'
+UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
 
 # Post installation clean-up
-UPGRADE_REBUILD_USERS='false'
+UPGRADE_REBUILD_USERS='true'
 UPGRADE_RESTART_SERVICES='true'
 
 #######################################################################################