- スタート アップ ガイド
- ハードウェアおよびソフトウェアの要件
- インストールとアップグレード
このページでは、新しい環境への移行、回復、その他のユース ケースなどを含むシナリオに対応する Test Manager のバックアップと復元の方法について説明します。
前提条件
Before taking any steps towards Test Manager migration, make sure that both Orchestrator and Identity Server have been backed up and restored to your new environment. When you restore Orchestrator, select Test Automation during the setup .
Orchestrator と Test Manager は両方とも、バックアップしたバージョンと同じバージョンにのみ復元できます。たとえば、v2021.4.x の Orchestrator と Test Manager を移行する場合、新しい環境にはバックアップしたバージョンと同じバージョンの製品をインストールする必要があります。アップグレードは、移行が完了した後にのみ可能になります。
バックアップ
Test Manager の以下のコンポーネントをバックアップする必要があります。
Test Manager のデータベース
To back up Test Manager Database consider the backup policies used in your enterprise. You can find backup information that is relevant to this scenario in Backup and Restore.
Test Manager の設定ファイル
Test Manager の構成設定は appsettings.production.json ファイルで定義されています。このファイルは、C:\Program Files (x86)\UiPath\Test Manager\ にあります。
Test Manager のストレージの場所
Test Manager ファイルのストレージの場所を確認するには、 appsettings.production.json ファイルの [ストレージ] セクションを確認する必要があります。
元に戻す
Test Manager を新しい環境に復元するには、次の手順を実行する必要があります。
-
重要:
バックアップしたバージョンと同じバージョンをインストールしてください。
-
Test Manager のバックアップを復元します。
For more information on restoring backups using SQL Server Management Studio (SSMS), see Restore a backup.
-
ファイルをストレージの場所から
appsettings.production.jsonファイル内で見つかった新しい場所に復元します。 -
Restore the settings from the backed up Test Manager config file, including the
DataEncryptionKeyto encrypt your data. To find the file, see Test Manager config file.
関連記事