Restoring your Talend Data Preparation instance - 7.3

Talend Data Preparation User Guide

Version
7.3
Language
English
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
Data Quality and Preparation > Cleansing data
Last publication date
2023-11-28

After backing up your Talend Data Preparation instance, you can restore your database and configuration at any time.

In order to restore your backed up files, you need to paste them to the appropriate location in the Talend Data Preparation installation folder.

Procedure

  1. Start your MongoDB instance.
  2. Stop your Talend Data Preparation instance.
  3. To restore your MongoDB, open a command prompt window and execute the following command:
    mongorestore -h <source_mongodb_host>:<source_mongo_port> -d<source_database> -u <source_mongodb_user> -p <source_mongodb_password> dump\
  4. To restore your datasets, replace the content of the folder specified in the dataset.content.store.file.location property of the <Data_Preparation_Path>/config/application.properties file, with your backed up copy.
  5. To restore your custom configuration, replace the content of the <Data_Preparation_Path>/config folder with your backed up copy.
  6. To restore your log files, replace the content of the <install_folder>\dataprep\data\logs folder with your backed up copy.
  7. If you have installed and used Talend Dictionary Service to create custom semantic types, or update the existing ones, complete the following steps:
    1. To restore your custom semantic types, replace the content of the folder specified in the dataquality.indexes.file.location=<preferred_location>/org.talend.dataquality.semantic property of the <Data_Preparation_Path>/config/application.properties file with your backed up copy.
    2. Restore the Talend Dictionary Service server. For further information, see the Talend Data Quality Portal User and Administrator Guide (deprecated).

Results

Talend Data Preparation now uses the source files, as well as the configuration, that you had previously saved.