Confluence 5.6 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
このページでは既存の Confluence クラスタのアップグレードについて説明します。
Confluence の既存のクラスタ化インスタンスをまだ実行していない場合は、Confluence Data Center への移行を参照してください。
このガイドでは以下の用語について説明します:
On this page:
始める前に
To check go to > Atlassian Support Tools > Health Check and make sure the license support period has not expired. If your support period has expired renew your licence and reapply it before proceeding with the upgrade. > General Configuration
サポート対象のプラットフォームおよびConfluence サポート期間終了のお知らせで、最新の要件を確認してください。
Some add-ons may not yet be compatible with the latest version of Confluence. See Checking app compatibility with application updates to find out how to check this in the Universal Plugin Manager.
アップグレードするバージョンについて、既知の問題をConfluence ナレッジベースで確認します。また、サポート対象の外部データベースに関連する既知の問題についても、データベースのトラブルシューティングで確認してください。
Any customisation you wish to maintain will need to be reapplied after upgrading. See Additional steps where customisations are present.
アップグレードを実行する前に、Confluence ホームディレクトリ、インストール ディレクトリ、およびデータベースのバックアップを取っておくことを強く推奨します。
バックアップを取るべき具体的なファイルとディレクトリについては、Confluence のアップグレードを参照してください。
アップグレードを開始する前に、クラスタ内のすべてのノードを停止する必要があります。
アップグレードがすべてのノードで完了するまでは、ロードバランサーの設定を Confluence からトラフィックをリダイレクトするようにしておくことをお勧めします。
If you are upgrading an existing Confluence Data Center instance (Confluence 5.6 or later), you can skip this step, as you already have a Shared Home directory.
共有ホーム ディレクトリをセットアップするには:
Edit confluence.cfg.xml
in the home directory on the first node and add a new property called confluence.cluster.home
with the path of the shared home directory as the value. Example:
<property name="confluence.cluster.home">/mnt/confluence-shared-home</property>
以下を除いて、1 つ目のノードのローカル ホーム ディレクトリからすべてのファイルとディレクトリを新しい共有ホームディレクトリに移動します:
その他のすべてのノードでは、ローカル ホーム ディレクトリから移動したファイルとディレクトリを削除します。
1 つ目のノードをアップグレードするには:
<Installation-Directory>\confluence\WEB-INF\classes\confluence-init.properties
ファイルで次の行を更新し、対象のノードの既存のローカル ホーム ディレクトリを指すようにします。confluence/WEB-INF/lib
に、jdbc ドライバの jar ファイルをコピーします。<Install-Directory>/common/lib
または <Installation-Directory>/confluence/WEB-INF/lib
ディレクトリにあります。 残りのノードをアップグレードする前に、この時点で旧バージョンから新バージョンへ追加のカスタマイズも再適用してください。
クラスタ内で次のノードをアップグレードするには:
confluence-init.properties
to point to the correct location. 残りの各ノードに対し、同様のプロセスを繰り返します。
一旦すべてのノードをアップグレードし終わったら、1 つずつ各ノードで Confluence データセンターを起動してください。
The Cluster Administration page ( > Cluster Configuration) includes information about the active cluster. When the cluster is running properly, this page displays: > General Configuration