xml バックアップからデータをリストアする

お困りですか?

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

コミュニティに質問

はじめる前に

バックアップ ファイルのインスタンスにログインできる、Jira システム管理者グローバル権限が設定されたアカウントのパスワードを持っていることを確認します。復元処理が開始されると、すべてのユーザー アカウントを含むJira アプリケーション データベース内の既存のすべてのデータが削除されます。

Jira クラウド アプリケーション サイトから Jira サーバー アプリケーションにデータを復元する場合は、Jira クラウドから Jira サーバー アプリケーションへの移行 を必ずお読みください。

 次のすべての手順を行うには、Jira システム管理者グローバル権限 を持つユーザーとしてログインする必要があります。

1. メール送受信の無効化

試験目的で、本番データをテスト Jira インスタンスに復元する場合、作業を開始する前に、すべてのJia アプリケーションのメール機能を無効にする必要があります。

  • メール通知の無効化 - Jira が課題の変更に関するメールを送信するように設定されていて、コピーに試験的な変更を加えたい場合、Jira を -Datlassian.mail.senddisabled=true フラグで起動する必要があります。
  • POP / IMAP メールのポーリングの無効化 - Jira がメールから課題を作成するためにメールボックスをポーリングするように設定されている場合、-Datlassian.mail.fetchdisabled=true フラグを設定して、テスト インストールでのポーリングを無効にする必要があります。

これらのフラグを設定する正確な方法は使用しているアプリケーション サーバーによって異なりますが、Jira の場合、Jira を起動する前に、DISABLE_NOTIFICATIONS 環境変数を設定することで実行できます (Windows を使用していない場合、startup.bat ではなく startup.sh を使用します)。

set DISABLE_NOTIFICATIONS=" -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true"
cd bin
startup.bat

/bin/setenv.bat ファイル (Windows を使用していない場合は /bin/setenv.sh ) の DISABLE_NOTIFICATIONS=" -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true" 行のコメントを解除してから、スタートアップの実行を試すこともできます。

2. XML データの復元

データのバックアップにネイティブのデータベース ツールを使用した場合は、復元処理はツール固有の手順で行われ、本手順のうち 2 と 3 段階は適用されません。

  1. 上部のナビゲーション バーから [管理者 ] > [システム] を選択します。 
  2. [インポートとエクスポート] > [システムの復元] を選択して、"バックアップから Jira アプリケーション データを復元" ページを開きます。
    バックアップから Jira データを復元しています。
  3. In the 'File name' field, type the file name of the zipped XML backup file generated by Jira.
    (info) Ensure that this backup file has been moved or copied to the location specified below this field.
  4. The Index Path field indicates where Jira will restore the search index data from the zipped XML backup file. This location (which cannot be modified) matches the index path specified in the zipped XML backup file. If, however, this backup file does not specify an index path, Jira will restore the search index to the caches/indexes subdirectory of the Jira application home directory.
    (warning) Please Note:
    • インデックス ディレクトリの内容は、復元処理によって削除されることがあります。
    • インデックス ディレクトリには、Jira のインデ​​ックス データのみが含まれている必要があります。
  5. Click the 'Restore' button and wait while your Jira data is restored.
    (info) Once the data has been restored, Jira will inform you that you have been logged out. This happens because all Jira users which existed in Jira prior to Jira's data being restored will have been deleted and replaced by users stored in the Jira export file.

(info) 特に Jira インスタンスの規模が大きい場合、プロキシ サーバー経由で XML を復元することを避けるようにお勧めします。プロキシ サーバーを使うと、タイムアウト エラーが起こる場合があります。

3. 添付ファイルの復元

If you created a backup of the attachments directory, you will need to restore the backup into a directory where Jira can access it.
(warning) If you use a custom directory for storing your attachments, ensure that Jira has read and write permissions to this directory and its subdirectories.

添付ファイルのバックアップを復元するプロセスは、それが作成された方法によって異なります。通常、バックアップを作成するのに使用されたのと同じツールを使用して、バックアップを復元できます(添付ファイルのバックアップ 参照 )。

添付ファイルを以前置かれていた場所と異なる場所(すなわち、異なるディレクトリ パス)に復元する場合(たとえば、サーバーの移動時が、この事例に当たります)、添付ファイルの設定 の手順に従い、Jira が復元された添付ファイルを見つけることができるように、添付ファイル ディレクトリの場所を変更してください。

最終更新日: 2021 年 10 月 6 日

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

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