外部MongoDBを使ってインストールされたTalend Dictionary Service 6.xまたは7.0.xから移行 - 7.3

Talend移行&アップグレードガイド

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 Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2023-05-22
対象製品...

Big Data Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

始める前に

Talend Dictionary Service 7.3.xをダウンロード済みであること。

手順

  1. 前バージョンのTalend Dictionary Serviceのインスタンスを停止しますが、MongoDBの実行は続けます。
  2. 実行中に、次のコマンドを使用してMongoDBをバックアップします: mongodump -h <source_mongodb_host>:<source_mongo_port> -d <source_database> -u <source_mongodb_user> -p <source_mongodb_password> -o <dump_output>

    mongodump -h localhost:27017 -d dqdict -u dqdict-user -p duser -o dump\
  3. MongoDBインスタンスを停止します。
  4. MongoDB 3.4.2をインストールして起動します。
    Talend Dictionary Service 7.3.xではMongoDBの3.4.2バージョンを使用しています。
  5. MongoDBを復元し、コマンドプロンプトウィンドウを開き、次のコマンドを実行します: <mongo_path>/bin/mongorestore -h <mongo_host>:<mongo_port> -u <mongo_dq_username> -p <mongo_dq_password> -d <mongo_dq_database> <backup_location>

    mongorestore -h localhost:27017 -d dqdict -u dqdict-user -p duser dump\       
  6. 外部MongoDBと共にTalend Dictionary Service 7.3.xをインストールし、Talend Dictionary Serviceの前バージョンのインスタンスと同じ設定を実行します。特にTalend Administration Centerへのリンクを設定し、MongoDB 3.4.2をポイントします。
    Talend Dictionary Serviceのインストールと設定手順の詳細は、Talendインストールガイドを参照してください。
  7. 前バージョンの<Tomcat>/conf/data-quality.propertiesファイルにカスタム設定を実行した場合は、古い設定ファイルの値をコピーして7.3.xバージョンのファイルを更新します。
  8. Talend Dictionary Service 7.3.xを以下の順序で起動します。
    • Apache Zookeeper
    • Apache Kafka
    • Apache Tomcat (Talend Administration CenterサーバーとTalend Identity and Access Managementサーバー)
    • MongoDB

タスクの結果

Talend Dictionary Service 7.3.xを使用する準備ができました。