Skip to content

Commit d03e71d

Browse files
committed
Enable templates and pma upgrade.
1 parent 12b2c41 commit d03e71d

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,12 +21,12 @@
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
3232
UPGRADE_UPDATE_ROUNDCUBE='true'

0 commit comments

Comments
 (0)