Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
このページでは既存の Confluence クラスタのアップグレードについて説明します。
Confluence の既存のクラスタ化インスタンスをまだ実行していない場合は、Confluence Data Center への移行を参照してください。
このガイドでは以下の用語について説明します:
On this page:
アップグレードを実行する前に、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 monitoring console ( > General Configuration > Clustering) includes information about the active cluster nodes. When the cluster is running properly, you should be able to see the details of each node.