upgrade.conf 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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: Updates only the configuration file
  30. UPGRADE_UPDATE_FILEMANAGER='false'
  31. UPGRADE_UPDATE_FILEMANAGER_CONFIG='true'
  32. # Post installation clean-up
  33. UPGRADE_REBUILD_USERS='true'
  34. UPGRADE_RESTART_SERVICES='true'
  35. #######################################################################################
  36. ####### 3rd Party Software Updates #######
  37. #######################################################################################
  38. # Set version of phpMyAdmin to install during upgrade if not already installed
  39. pma_v='5.0.4'
  40. # Set version of RoundCube (Webmail) to update during upgrade if not already installed
  41. # Note: only aplies to "non-apt installs >= 1.4.0 or manualy phased out"
  42. rc_v="1.4.10"
  43. # Set version of Rainloop (Webmail) to update during upgrade if not already installed
  44. rl_v="1.14.0"