upgrade.conf 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. # Update phpMyAdmin to the latest version during upgrade
  22. UPGRADE_UPDATE_PHPMYADMIN='true'
  23. # Update the File Manager or it's configuration file
  24. # UPGRADE_UPDATE_FILEMANAGER: Performs an upgrade/repair install of the File Manager
  25. # UPGRADE_UPDATE_FILEMANAGER: Updates only the configuration file
  26. UPGRADE_UPDATE_FILEMANAGER='false'
  27. UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
  28. # Post installation clean-up
  29. UPGRADE_REBUILD_USERS='false'
  30. UPGRADE_RESTART_SERVICES='true'
  31. #######################################################################################
  32. ####### 3rd Party Software Updates #######
  33. #######################################################################################
  34. # Set version of phpMyAdmin to install during upgrade if not already installed
  35. pma_v='5.1.0'