|
3 | 3 | ####################################################################################### |
4 | 4 |
|
5 | 5 | # These values can be modified by the user in $HESTIA/conf/hestia.conf |
6 | | -# and can be adjusted from within the Web UI from Server > Configure > Updates. |
| 6 | +# and can be adjusted from within the Web UI from Server Settings > Configure > Updates. |
7 | 7 |
|
8 | 8 | # Send an "upgrade complete" notification to the admin's e-mail address: |
9 | 9 | # UPGRADE_SEND_EMAIL='true' |
10 | 10 |
|
11 | 11 | # Send the update installation log to the admin's e-mail address: |
12 | 12 | # UPGRADE_SEND_EMAIL_LOG='true' |
13 | 13 |
|
14 | | -# Add upgrade notification to panel (this switch is not exposed via Web UI): |
15 | | -# UPGRADE_SEND_NOTIFICATION='true' |
16 | | - |
17 | 14 | # Enable verbose logging and debug information |
18 | 15 | # DEBUG_MODE='true' |
19 | 16 |
|
|
22 | 19 | ####################################################################################### |
23 | 20 |
|
24 | 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. |
25 | 24 | UPGRADE_UPDATE_WEB_TEMPLATES='true' |
26 | 25 | UPGRADE_UPDATE_MAIL_TEMPLATES='true' |
27 | 26 | UPGRADE_UPDATE_DNS_TEMPLATES='true' |
28 | 27 |
|
29 | | -# Update phpMyAdmin if installed during upgrade |
| 28 | +# Update phpMyAdmin to the latest version during upgrade |
30 | 29 | UPGRADE_UPDATE_PHPMYADMIN='true' |
31 | 30 |
|
32 | | -# Update the File Manager or it's configuration |
| 31 | +# Update the File Manager or it's configuration file |
33 | 32 | # UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager |
34 | 33 | # UPGRADE_UPDATE_FILEMANAGER: Updates only the configuration file |
35 | 34 | UPGRADE_UPDATE_FILEMANAGER='false' |
|
0 commit comments