Restoring Talend Dictionary Service - 7.3

Talend Dictionary Service Administration Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Preparation
Talend Data Stewardship
Content
Data Quality and Preparation > Managing semantic types
Last publication date
2023-01-05
Once you back up Talend Dictionary Service, you can recover the data at any time and have an exact copy of the backed up instance.

Procedure

  1. Stop your Talend Dictionary Service instance.
    You can do the backup while the instance is running, but you are advised to choose a period of low activity.
  2. Launch MongoDB.
  3. Open a command prompt window and execute the following command to delete the database in the current instance of Talend Dictionary Service:
    <Installation_path>/mongodb/bin/mongo <dbname>  -u <userName> -p <userPassword> --eval "db.dropDatabase()"
    If you installed Talend Data Preparation Talend Data Stewardship with Talend Dictionary Service using Talend Installer, the command reads as follows:
    <Installation_path>/mongodb/bin/mongo dqdict -u dqdict-user -p duser --eval "db.dropDatabase()"
  4. Replace the dump folder of the current instance stored at <path_to_installation_folder>/dq_dict/database/ with the dump folder you got from the back up procedure.
  5. From a command prompt window, execute the command to import the backup directory of the Dictionary service named dump:

    Example

    on Windows:

    semantic-dictionary-import.bat

    on Linux:

    semantic-dictionary-import.sh
  6. To restore your configuration, replace the content of the <Installation_path>/dq_dict/apache-tomcat/conf folder with your backed up copy.

Results

The Talend Dictionary Service instance is recovered.