- Jira 8 Administration Cookbook(Third Edition)
- Patrick Li
- 147字
- 2021-06-24 13:38:47
How to do it...
To migrate an existing Jira instance to another server, perform the following steps:
- Download and install a brand-new Jira instance in your new environment with an empty database.
- Note down the files listed under Modified Files and Removed Files in the System Info page for your current Jira. The following screenshot shows an example:
- Shut down your current Jira instance.
- Back up your current Jira database with the database's native backup utility.
- Back up your current JIRA_HOME directory.
- Take your new Jira offline.
- Copy over your JIRA_HOME backup and replace the new JIRA_HOME directory with it.
- Update the dbconfig.xml file with the new Jira database details.
- Copy your database backup and restore the new Jira database.
- Start up the new Jira instance.
- Apply the same changes to the new Jira instance from step 2.