Talend Data Preparationインスタンスのバックアップ - 7.3

Talend Data Preparationユーザーガイド

Version
7.3
Language
日本語
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Preparation
Content
データクオリティとプレパレーション > データクレンジング
Last publication date
2023-11-29

定期的にTalend Data Preparationをバックアップすることは、データ消失やその他のデータの破損や削除から回復するために重要です。

Talend Data Preparationインスタンスのコピーが必要な場合は、MongoDB、データが格納されているフォルダー、設定ファイル、ログをバックアップする必要があります。

この手順では、mongodumpでMongoDBをバックアップしますが、別のバックアップ方法も使用できます。詳細は、MongoDB のバックアップ方法をご覧ください。

始める前に

Talend Dictionary Serviceを使用している場合は、バックアップを開始する前にシャットダウンして、インデックスファイルの正確なコピーが保存されていることをご確認ください。

手順

  1. MongoDBインスタンスを起動します。
  2. Talend Data Preparationインスタンスを停止します。
  3. MongoDBをバックアップするには、コマンドプロンプトウィンドウを開き、以下のコマンドを実行します:
    mongodump -h <source_mongodb_host>:<source_mongo_port> -d <source_database> -u <source_mongodb_user> -p <source_mongodb_password> -o <dump_output>
  4. データセットをバックアップするには、<Data_Preparation_Path>/config/application.propertiesファイルのdataset.content.store.file.locationプロパティで指定したフォルダーのコピーを作成して、任意の場所に保存します。
  5. 既存のカスタム設定をバックアップするには<Data_Preparation_Path>/configフォルダーのコピーを作成して、任意の場所に保存します。
  6. ログファイルをバックアップするには、<install_folder>\dataprep\data\logsフォルダーのコピーを作成して、任意の場所に保存します。
  7. Talend Dictionary Serviceをインストールおよび使用してカスタムセマンティックタイプを作成するか、既存のものを更新する場合、次の手順を実行します。
    1. Talend Dictionary Serviceを使用して事前に定義されたセマンティク型に加えられた変更をバックアップするには、<Data_Preparation_Path>/config/application.propertiesファイルのdataquality.indexes.file.location=<preferred_location>/org.talend.dataquality.semantic プロパティで指定されたフォルダのコピーを作成します。
    2. Talend Dictionary Serviceサーバーをバックアップします。詳細は、Talend Data Quality Portal User and Administrator Guide (非推奨)をご覧ください。

タスクの結果

これでTalend Data Preparationインスタンスのバックアップが作成されました。