upgrade.conf 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #######################################################################################
  2. ####### User preferences #######
  3. #######################################################################################
  4. # These values can be modified by the user in $HESTIA/conf/hestia.conf
  5. # and can be adjusted from within the Web UI from Server Settings > Configure > Updates.
  6. # Send an "upgrade complete" notification to the admin's e-mail address:
  7. # UPGRADE_SEND_EMAIL='true'
  8. # Send the update installation log to the admin's e-mail address:
  9. # UPGRADE_SEND_EMAIL_LOG='true'
  10. # Enable verbose logging and debug information
  11. # DEBUG_MODE='true'
  12. #######################################################################################
  13. ####### Upgrade switches #######
  14. #######################################################################################
  15. # Update default templates when performing an upgrade
  16. # These flags should be set to true if any changes are made to the template files
  17. # to ensure that they are properly updated on the end-user's system.
  18. UPGRADE_UPDATE_WEB_TEMPLATES='true'
  19. UPGRADE_UPDATE_MAIL_TEMPLATES='true'
  20. UPGRADE_UPDATE_DNS_TEMPLATES='true'
  21. # Update phpMyAdmin to the latest version during upgrade
  22. UPGRADE_UPDATE_PHPMYADMIN='true'
  23. # Update roundcube to the latest version during upgrade
  24. UPGRADE_UPDATE_ROUNDCUBE='true'
  25. # Update rainloop to the latest version during upgrade
  26. UPGRADE_UPDATE_RAINLOOP='true'
  27. # Update the File Manager or it's configuration file
  28. # UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
  29. # UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file
  30. UPGRADE_UPDATE_FILEMANAGER='true'
  31. UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
  32. # Post installation clean-up
  33. UPGRADE_REPLACE_KNOWN_KEYS='true'
  34. UPGRADE_REBUILD_USERS='true'
  35. UPGRADE_RESTART_SERVICES='true'
  36. #######################################################################################
  37. ####### 3rd Party Software Updates #######
  38. #######################################################################################
  39. # Set version of phpMyAdmin to install during upgrade if not already installed
  40. pma_v='5.1.1'
  41. # Set version of RoundCube (Webmail) to update during upgrade if not already installed
  42. # Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
  43. rc_v="1.4.11"
  44. # Set version of Rainloop (Webmail) to update during upgrade if not already installed
  45. rl_v="1.16.0"
  46. # Set version of File manager to update during upgrade if not already installed
  47. fm_v="7.6.0"
  48. # Set version of PHPMailer to update during upgrade if not already installed
  49. pm_v="6.5.0"