Procedure
-
Stop your instance of Talend Data Stewardship 6.3.x or 6.4.x but keep
MongoDB running.
-
Backup your MongoDB, while it is still running, using 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>
-
Stop your MongoDB instance.
-
Install MongoDB 3.4.2 and start it.
Talend Data Stewardship 6.5.x uses the
3.4.2 version of MongoDB.
-
Restore 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>
<backup_location>
-
Install Talend Data Stewardship 6.5.x
with the external MongoDB, and configure it with the same settings as your 6.3.x
or 6.4.x instance, especially the links to your Talend Administration Center and point to MongoDB
3.4.2.
-
If you have performed any custom configuration to the 6.3.x or 6.4.x version of
the
<Data_Stewardship_Path>/conf/data-stewardship.properties
file, update the 6.5.x version of the file by coping the values from the old
configuration file.
-
Start Talend Data Stewardship
6.5.x.
Results
You are now ready to use Talend Data Stewardship 6.5.x.