Can Confluence Share A Database with JIRA
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
Confluence and JIRA can be both connected to the same database, However, each application needs to be connected to its own database schema.
For example, the following scenario is workable:
Do's (/)
- Confluence is connected to MySQL database located in localhost with the port 3306 and the database schema name of confluencedb
- JIRA is connected to MySQL database located in localhost with the port 3306 and the database schema name of JIRAdb
Where the following setting will not work:
Don'ts (x)
- Both Confluence and JIRA is connected to MySQL database located in localhost with the port 3306 and the database schema name of atlassiandb
This is because each application will have different database structure and database usage. Combining both will result with corruption of the database schema.