We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b2c41 commit d03e71dCopy full SHA for d03e71d
install/upgrade/upgrade.conf
@@ -21,12 +21,12 @@
21
# 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.
24
-UPGRADE_UPDATE_WEB_TEMPLATES='false'
25
-UPGRADE_UPDATE_MAIL_TEMPLATES='false'
26
-UPGRADE_UPDATE_DNS_TEMPLATES='false'
+UPGRADE_UPDATE_WEB_TEMPLATES='true'
+UPGRADE_UPDATE_MAIL_TEMPLATES='true'
+UPGRADE_UPDATE_DNS_TEMPLATES='true'
27
28
# Update phpMyAdmin to the latest version during upgrade
29
-UPGRADE_UPDATE_PHPMYADMIN='false'
+UPGRADE_UPDATE_PHPMYADMIN='true'
30
31
# Update roundcube to the latest version during upgrade
32
UPGRADE_UPDATE_ROUNDCUBE='true'
0 commit comments