Updating
Updating the application consists of the following steps:
- Run the SQL update script (if applicable).
- Redeploy the application.
Run the SQL update script
- Determine if the release you downloaded has a SQL update by going to the WEB-INF/sql/databasetype directory and looking for a x.y.z-changes.sql file. If x.y.z matches the version you downloaded you need to apply this SQL file to your database.
Redeploy the application
- Login into the application server admin console.
- Go to the application and click on Redeploy.