サーバー間の Confluence 移行
このページでは、物理サーバー間で Confluence を移行する方法について説明します。データベースの移行、アプリケーションサーバーの移行、またはアップグレードの説明は含まれていません。これらの手順はそれぞれ別に実行することをお勧めします。
On this page:
同一のオペレーティングシステムを有するサーバーへの Confluence の移行
両方のサーバーのオペレーティングシステムが同じである場合、ホームフォルダーおよびインストールフォルダーを元のサーバーと同一の外部データベースに直接コピーして、ユーザー管理情報を設定することができます。
- Confluence インストーラーを新しいサーバーで実行します。
- 新旧両方のサーバーで Confluence をシャットダウンします。
- Oracle または MySQL を使用している場合、旧サーバーから新しいサーバーへドライバーをコピーします。
新しい Confluence サーバーでホームディレクトリのコンテンツを削除してから、旧 Confluence サーバーのホームディレクトリのコンテンツをコピーします。
If you're changing the location of the home directory, open the
Confluence_install_directory/confluence/WEB-INF/classes
directory and editconfluence-init.properties
by changing the line starting with 'confluence.home=
'.If you’re moving your database, update
confluence.cfg.xml
in the Confluence home directory.Copy the server.xml file (
Confluence_install_directory/conf/
) from your old server to your new server- データソースを使用している場合は、以下のデータベース設定方法説明ページをご覧ください。なお、データソースが新しいデータベースをポイントしていることを確認してください:PostgreSQL , MySQL , SQL Server または Oracle.
- Confluence を開始してから、一般設定 > ライセンス詳細に進み、ライセンスキーを追加します。
Confluence 検索を期待どおりに動作させるために、移行後にコンテンツ索引の再構築を実行することを強くお勧めします。
異なるオペレーティングシステムを有するサーバーへの Confluence の移行
Windows から Linux への移行
You'll need to replace the backslashes with forward slashes in the following lines in confluence.cfg.xml
:
<property name="attachments.dir">${confluenceHome}/attachments</property>
<property name="lucene.index.dir">${localHome}/index</property>
<property name="webwork.multipart.saveDir">${localHome}/temp</property>