Restoring an instance - 8.0

Talend Data Stewardship User Guide

Version
8.0
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 Stewardship
Content
Administration and Monitoring > Managing users
Data Governance > Assigning tasks
Data Governance > Managing campaigns
Data Governance > Managing data models
Data Quality and Preparation > Handling tasks
Data Quality and Preparation > Managing semantic types
Last publication date
2024-02-22

After backing up Talend Data Stewardship, you can recover the database and the configuration files at any time.

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

Before you begin

If you have been using Talend Dictionary Service, shut it down before starting the operation to ensure having exact copies of the index files.

Procedure

  1. Start your MongoDB.
  2. Stop your Talend Data Stewardship instance.
    You can restore Talend Data Stewardship while it is running. However, a hot restore may cause poor performance.
  3. To restore your MongoDB, open a command prompt window and execute the following command:
    <mongo_path>/bin/mongorestore -h <mongo_host>:<mongo_port> -u <mongo_tds_username> -p <mongo_tds_password> -d <mongo_tds_database> --oplogReplay <backup_location>
  4. To restore your configuration, replace the content of the <path_to_installation_folder>/tds/apache-tomcat/conf and <path_to_installation_folder>/kafka/conf folders with your backed up copies.
  5. To restore your log file, replace the content of the <path_to_installation_folder>/tds/apache-tomcat/logs folder with your backed up copy.
  6. 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 <path_to_installation_folder>/tds/apache-tomcat/data with your backed up copy.
    2. Restore the Talend Dictionary Service server.
      For further information about restoring the dictionary server, see Restoring Talend Dictionary Service.

Results

Talend Data Stewardship now is an exact copy of the instance you backed up.