- JIRA 7 Administration Cookbook(Second Edition)
- Patrick Li
- 354字
- 2021-07-16 10:48:06
Upgrading JIRA with an installer
In this recipe, we will show you how to upgrade your JIRA instance with the standard JIRA installer.
Getting ready
As the JIRA installer is only available for standalone installations on Windows and Linux, we will run you through the installer on Windows for this recipe:
- Check the upgrade notes for any special instructions as well as the target JIRA version to make sure you can perform a direct upgrade.
- Make sure you have a valid JIRA license.
- Verify whether your current host environment is compatible with the target JIRA version. This includes the Java version, database, and operating system.
- Verify whether your operating environment is compatible with the target's JIRA version, specifically the browser requirements.
- Make sure that the add-ons you are using are compatible with the new version of JIRA.
- Download the installer binary for your target JIRA version.
How to do it...
Upgrade your JIRA system with the installer using the following steps:
- Take your current JIRA offline, for example, by running the
stop-jira.bat
script. - Back up the JIRA database with its native backup utility.
- Launch the installer and select the Upgrade an existing JIRA installation option.
- Now, select the directory where the current JIRA is installed:
- Check the backup JIRA home directory option and click on the Next button.
- Review the upgrade checklist and click on the Upgrade button.
- Wait for the installer to complete the upgrade process. Once the upgrade is complete, the installer will automatically launch JIRA.
- Update add-ons once JIRA successfully starts.
The installer will detect and provide you with a list of customized files in the JIRA_INSTALL
directory, which you will need to manually copy after the upgrade.
See also
If you cannot use the installer to upgrade JIRA, refer to the Upgrading JIRA manually recipe.
推薦閱讀
- .NET之美:.NET關鍵技術深入解析
- HTML5移動Web開發技術
- 編程的修煉
- Clojure for Domain:specific Languages
- C語言最佳實踐
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Visual Basic程序設計實踐教程
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Python算法詳解
- Microsoft Dynamics AX 2012 R3 Financial Management
- C++反匯編與逆向分析技術揭秘(第2版)
- JSP程序設計與案例實戰(慕課版)
- PyQt編程快速上手
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Serverless工程實踐:從入門到進階