Guest User

Untitled

a guest
Oct 11th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. $ cat portal-ext.properties
  2. #
  3. # MySQL
  4. #
  5. jdbc.default.driverClassName=com.mysql.jdbc.Driver
  6. jdbc.default.url=jdbc:mysql://localhost/exercito?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
  7. jdbc.default.username=root
  8. jdbc.default.password=root
  9.  
  10. ##
  11. ## Upgrade
  12. ##
  13.  
  14. #
  15. # Input a list of comma delimited class names that implement
  16. # com.liferay.portal.upgrade.UpgradeProcess. These classes will run on
  17. # startup to upgrade older data to match with the latest version.
  18. #
  19. upgrade.processes=\
  20. com.liferay.portal.upgrade.UpgradeProcess_5_2_8_to_6_0_5,\
  21. com/liferay/portal/upgrade/UpgradeProcess_6_0_6,\
  22. com/liferay/portal/upgrade/UpgradeProcess_6_0_11,\
  23. com.liferay.portal.upgrade.UpgradeProcess_6_0_12
Add Comment
Please, Sign In to add comment