Backing up an instance - 7.3

Talend Data Stewardship 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 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
2023-09-19

Backing up Talend Data Stewardship on regular basis is important to recover from a data loss scenario or any other causes of data corruption or deletion.

If you want to have a copy of a Talend Data Stewardship instance, you need to backup the MongoDB database, the folders containing your data, the configuration files and the logs.

This procedure backup MongoDB with mongodump, but you can use different backup methods. For further information, see MongoDB Backup Methods.

Before you begin

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

Procedure

  1. Start your MongoDB.
  2. Stop your Talend Data Stewardship instance.
    You can execute the same backup command while Talend Data Stewardship is running. However, a hot backup may cause poor performance.
  3. To back up your MongoDB, open a command prompt window and execute the following command:
    <mongo_path>/bin/mongodump -h <source_mongodb_host>:<source_mongo_port> -u <mongo_tds_username> -p <mongo_tds_password> -d <mongo_tds_database> -o <backup_location> --oplog
  4. To back up any configuration you might have done, make a copy of the <path_to_installation_folder>/tds/apache-tomcat/conf and the <path_to_installation_folder>/kafka/conf folders and save them to a secure place.
  5. To back up your logs, copy the log folder at <path_to_installation_folder>/tds/apache-tomcat/logs and save it to a place of your choice.
  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 back up any changes made to the predefined semantic types, copy the data folder at <path_to_installation_folder>/tds/apache-tomcat/data and save it to a place of your choice.
    2. Back up the Talend Dictionary Service server.
      For further information about backing up the dictionary server, see Talend Dictionary Service Administration Guide.

Results

You have now a backup of the Talend Data Stewardship instance.