Rolling back a Jira application upgrade
You can roll back Jira to its previous version if you encounter any issues with the upgrade. Any data changed since the last backup will not be present after rolling back.
Before you begin
Make sure you have a valid Jira license to which you want to roll back and the following backups from your previous version:
- The Jira database (created with the database's native tools)
- The Jira home directory
- The Jira installation directory
Rolling back the upgrade
To roll back the upgrade, you simply need to restore the database from the backup and copy the installation and home directories to their original locations, like it was in your previous Jira setup. Once you do it and restart Jira, your old environment will be restored.
- Stop the upgrade or the upgraded Jira instance.
- Use your database tools to restore the Jira database from the backup.
- Restore the Jira installation directory to its original location. In the case of a manual upgrade, the original installation directory should be intact.
- Restore the Jira home directory to its original location.
Start Jira by running the
start-jira.sh
orstart-jira.bat
file in thebin
subdirectory of your restored Jira application installation directory.
Well done! You've rolled back Jira to its previous version.