upgrade.conf 3.0 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. # Post installation clean-up
  22. UPGRADE_REPLACE_KNOWN_KEYS='true'
  23. UPGRADE_REBUILD_USERS='true'
  24. UPGRADE_RESTART_SERVICES='true'
  25. #######################################################################################
  26. ####### PHP version support #######
  27. #######################################################################################
  28. # Supported PHP versions
  29. multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3" "8.4" "8.5")
  30. #######################################################################################
  31. ####### 3rd Party Software Updates #######
  32. #######################################################################################
  33. # Check if update is required by matching versions if version != current version run update
  34. # Set version of phpMyAdmin to install during upgrade if not already installed
  35. pma_v='5.2.2'
  36. # Set version of phppgadmin to install during upgrade if not already installed
  37. pga_v='7.14.6'
  38. # Set version of RoundCube (Webmail) to update during upgrade if not already installed
  39. # Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
  40. rc_v='1.6.13'
  41. # Set version of SnappyMail (Webmail) to update during upgrade if not already installed
  42. sm_v='2.38.2'
  43. # Update the File Manager or it's configuration file
  44. # Check if Filegator requires an update based on current version and setting below
  45. # UPGRADE_UPDATE_FILEMANAGER_CONFIG: Updates only the configuration file if changes are made but now new issue has been issued!
  46. UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
  47. # Set version of File manager to update during upgrade if not already installed
  48. fm_v='7.13.4'
  49. # Backblaze
  50. b2_v='3.6.0'