サーバー間の Confluence 移行

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

このページでは、同じまたは異なるオペレーティング システムを使用して Confluence を物理サーバーに移動する方法について説明します。

Confluence バージョンのdata baseの移行アップグレードについてはカバーしていません。これらの各手順については、別途実行するよう説明します。

On this page:

別のサーバーへの Confluence の移行 

To transfer Confluence to another server you will copy the Confluence home and installation directory straight into an identical external database and user management setup. If your new server is using a different operating system there may be some additional changes at step 6. 

  1. Run the Confluence installer on your new server.
  2. Shut down Confluence on both your old and new servers.
  3. If you're using Oracle or MySQL, copy the drivers from your old server to the new one.
  4. 新しい Confluence サーバーでホームディレクトリのコンテンツを削除してから、旧 Confluence サーバーのホームディレクトリのコンテンツをコピーします。 

  5.  Make sure you’ve put your security-related assets on the new server, namely:
    keys/
    secured/
    secret-config.yaml

    Help to find these security-related assets is on the page .Confluence Home and other important directories v8.6.

  6. 環境に必要な追加の変更を加えます。

    ホームディレクトリの場所を変更した場合...

    ホーム ディレクトリへのパスが新しいサーバーでは異なる場合、Confluence_install_directory/confluence/WEB-INF/classes ディレクトリを開き、confluence-init.properties を編集して "confluence.home=" で始まる行を変更します。

    データベースを動かしている場合...

    1 つのサーバーから別のサーバーにデータベースを移行した場合、<confluence.home>/confluence.cfg.xml  (JDBC への直接接続を使用している場合)、またはデータソースの定義 (データソース経由で接続している場合) で JDBC URL を変更できます。

    新しいサーバーのオペレーティング システムが異なる場合...

    Windows から Linux へ移行する場合、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>


    Linux から Windows へ移行する場合、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>
  7. Copy the <confluence-install>/conf/server.xml file from your old server to the same location on your new server.

  8. データ ソースを使用する場合は、データ ソースが新しいデータベースを示すようにしてください。「データソース接続を設定する」を参照してください。
  9. Start Confluence, then head to General configuration > License Details to add your license key.

Confluence 検索を期待どおりに動作させるために、移行後にコンテンツ索引の再構築を実行することを強くお勧めします。


最終更新日: 2024 年 10 月 3 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.