Confluence 5.6-Beta3 リリースノート
2014 年 8 月 22 日
Downloading this Confluence release
The Confluence 5.6 Beta 3 release is available at the download centre. Before upgrading, please review the upgrade notes.
Development releases are not production ready. Development releases are snapshots of the ongoing Confluence development process. While we try to keep these releases stable, they have not undergone the same degree of testing as a full release, and could contain features that are incomplete or may change or be removed before the next full release.
No upgrade path. Because development releases represent work in progress, we cannot provide a supported upgrade path between development releases, or from any development release to a final release. You may not be able to migrate any data you store in a Confluence development release to a future Confluence release.
Atlassian does not provide support for development releases.
Confluence 5.6-Beta 3 のハイライト
このベータ版リリースには、多数のユーザーを持つインスタンスのパフォーマンスに影響を与えていた - CONF-34565課題情報を取得中... ステータスの修正が含まれています。
このベータ版の機能に関する完全な詳細については、Confluence 5.6-Beta2 リリース ノートをご参照ください。
フィードバックの送信方法
We'd love your feedback so please:
- Feel free to comment on this page with your feedback, or
- Send us your comments via the 'Got Feedback' option in the header of your EAP Confluence site.
アップグレード ノート
通常のアップグレード手順に従って、テスト サイトをこのリリースにアップグレードします。クラスタ化されたアーティファクトを使用してアップグレードする場合は、いくつかの追加ステップが適用されます (以下を参照)。
クラスター化されたインストール用の共有ホーム ディレクトリ
クラスタ インストール用に共有ホーム ディレクトリの概念が導入されています。すべてのクラスタ ノードに対して、すべてのノード間で共有されるディレクトリに対するパスを構成する必要があります。
The following upgrade steps only apply to existing clustered installations
通常のアップグレード手順に従いますが、既存のクラスタをシャット ダウンした直後に次のステップを実行してください。
Create a directory that is visible to all cluster nodes in the same path.
Shut down the cluster.
各ノードのホーム ディレクトリ内の
confluence.cfg.xml
を編集して、confluence.cluster.home
という名称の新しいプロパティを共有ホーム ディレクトリへのパスと併せて値として追加します。以下に例を示します。<property name="confluence.cluster.home">/yourpath/confluence-shared-home</property>
次を除いて、1 つのノードのホーム ディレクトリからすべてのファイルとディレクトリを、新しい共有ホーム ディレクトリに移動します。
- config
- confluence.cfg.xml
- index
- temp
- bundled-plugins
- plugin-cache-*
- plugins-cache
- plugins-osgi-cache
- plugins-temp
Remove the moved files/directories from the home directories on all other nodes.
引き続き、通常のアップグレード手順に従います。