upgrade.conf 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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='false'
  19. UPGRADE_UPDATE_MAIL_TEMPLATES='false'
  20. UPGRADE_UPDATE_DNS_TEMPLATES='false'
  21. # Post installation clean-up
  22. UPGRADE_REPLACE_KNOWN_KEYS='true'
  23. UPGRADE_REBUILD_USERS='false'
  24. UPGRADE_RESTART_SERVICES='true'
  25. #######################################################################################
  26. ####### 3rd Party Software Updates #######
  27. #######################################################################################
  28. # Check if update is required by matching versions if version != current version run update
  29. # Set version of phpMyAdmin to install during upgrade if not already installed
  30. pma_v='5.1.3'
  31. # Set version of RoundCube (Webmail) to update during upgrade if not already installed
  32. # Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
  33. rc_v='1.5.2'
  34. # Set version of Rainloop (Webmail) to update during upgrade if not already installed
  35. rl_v='1.16.0'
  36. # Update the File Manager or it's configuration file
  37. # Check if Filegator requires an update based on current version and setting below
  38. # UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file if changes are made but now new issue has been issued!
  39. UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
  40. # Set version of File manager to update during upgrade if not already installed
  41. fm_v='7.7.2'
  42. # Set version of PHPMailer to update during upgrade if not already installed
  43. pm_v='6.6.0'
  44. # Backblaze
  45. b2_v='3.2.0'