外部MongoDBと共にインストールされたTalend Dictionary Service 7.xからの移行 - 8.0

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

Version
8.0
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
2024-03-06
対象製品...

Big Data Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

始める前に

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

手順

  1. 前バージョンのTalend Dictionary Serviceのインスタンスを停止しますが、MongoDBの実行は続けます。
  2. 次のコマンドを使って、MongoシェルをTalend Dictionary Serviceデータベースユーザーとして開き、Talend Dictionary Serviceの前のバージョンで使用したMongoDBインスタンスをバックアップします:
    mongodump -h <mongodb.host>:<mongodb.port> -d <mongodb.database> -u <mongodb.user> -p <mongodb.password> -o <dump_output> 
    組み込みMongoDBプロパティのデフォルト値は以下のとおりです。
    プロパティ
    mongodb.host localhost
    mongodb.port 27017
    mongodb.database dqdict
    mongodb.user dqdict-user
    mongodb.password duser

    mongodump -h localhost:27017 -d dqdict -u dqdict-user -p duser -o dump\
  3. MongoDBインスタンスを停止します。
  4. MongoDB 4.4をインストールして起動します。
    Talend Dictionary Service 8.0ではMongoDBの4.4バージョンを使用しています。
  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 8をインストールし、Talend Dictionary Serviceの前バージョンのインスタンスと同じ設定を実行します。特にTalend Administration Centerへのリンクを設定し、MongoDB 4.4をポイントします。
    Talend Dictionary Serviceのインストールと設定手順の詳細は、Talend Dictionary Serviceをインストールして設定をご覧ください。
  7. <Tomcat>/conf/data-quality.propertiesファイルの前のバージョンと新しいバージョンを開きます。
  8. data-quality.propertiesファイルの新しいバージョンで、次のパラメーター名を新しい名前に置き換えます。
    以前のパラメーター名 新しいパラメーター名
    dq.mongo.host spring.data.mongodb.host
    dq.mongo.port spring.data.mongodb.port
    dq.mongo.username spring.data.mongodb.username
    dq.mongo.password spring.data.mongodb.password
    dq.mongo.database.name spring.data.mongodb.database
    dq.mongo.ssl.enabled spring.data.mongodb.ssl
    dq.mongo.ssl.trust-store spring.data.mongodb.ssl.trust-store
    dq.mongo.ssl.trust-store-password spring.data.mongodb.ssl.trust-store-password
  9. 古いバージョンのdata-quality.propertiesファイルに何らかのカスタム設定を行っていた場合は、古い設定ファイルの値をコピーして8.0バージョンのファイルをアップデートしてください。
  10. 以下の順番で起動し、Talend Dictionary Service 8.0を開始します。
    • Apache ZooKeeper
    • Apache Kafka
    • Apache Tomcat (Talend Administration CenterサーバーとTalend Identity and Access Managementサーバー)
    • MongoDB
    • MinIO

タスクの結果

これで、Talend Dictionary Service 8.0を使う準備ができます。