Upgrading Opencast from 7.x to 8.x
This guide describes how to upgrade Opencast 7.x to 8.x. In case you need information about how to upgrade older versions of Opencast, please refer to older release notes.
Configuration Changes
- The configuration file
etc/org.opencastproject.kernel.security.LtiLaunchAuthenticationHandler.cfg
was moved toetc/org.opencastproject.security.lti.LtiLaunchAuthenticationHandler.cfg
.
How to Upgrade
- Stop your current Opencast instance
- Replace Opencast with the new version
- Update your Configuration (see above)
- Back-up Opencast files and database (optional)
- Upgrade the database
- Remove search index data folder
- Start Opencast
- Rebuild Admin UI and External API index
You can find the database upgrade script in docs/upgrade/7_to_8/
.