JIRA のデータベース接続
JIRA requires a relational database to store its issue data.
If you are setting up a completely new JIRA installation, the JIRA Setup Wizard will configure a database connection for you to either JIRA's internal HSQL database or an external database.
JIRA's internal HSQL database is suitable for evaluation purposes. However, HSQL databases are prone to corruption. For production installations of JIRA, we strongly recommend that you connect JIRA to another supported database. This allows you to take advantage of your database system's own backup and recovery features.
以下で JIRA のデータベース接続の設定に関する詳細を確認できます。
- JIRA の PostgreSQL への接続
- JIRA の MySQL への接続
- JIRA の Oracle への接続
- JIRA の SQL Server 2005 への接続
- JIRA の SQL Server 2008 への接続
- Connecting JIRA to SQL Server 2012
どのデータベースを使用するか?
データベースの選択は、その後の JIRA 管理に大きく影響します。選択肢がすでに決まっている場合はまず、サポートするデータベースのリスト をご覧ください。
If you are looking for a low-cost solution, consider using PostgreSQL or MySQL as both of these are open source (free) software.
JIRA のアップグレード、または、JIRA を別のサーバーへ移行する場合
If you are upgrading JIRA manually or migrating JIRA to another server and do not have access to a pre-existing dbconfig.xml file, you will need to re-configure your database connection. This results in a dbconfig.xml file (being created in the JIRA Home Directory of your new JIRA installation), whose content defines your JIRA database connection.
お使いの JIRA ディストリビューションの種類ごとの、データベース接続の再設定オプション:
『推奨』ディストリビューション: | If you installed JIRA using the 'Windows Installer', 'Linux Installer' or from an 'Archive File', you can re-configure your database connection either with the JIRA Configuration Tool or manually. |
WAR ディストリビューション: | If you have set up a JIRA WAR installation, you need to manually configure your database connection. |
JIRA 設定ツールを使用して、または、手動で、データベース接続を設定するための具体的な手順説明は、各データベース (上記リスト) 用の説明の中で提供されています。
データの移行
課題データを別のデータベースに移行するには、データベースの切り替え を参照してください。