Automatic migration of a full Talend Runtime installation (recommended)
A specific migration tool is provided to automatically migrate configuration and
installed features from the existing Runtime to its new LTS version.
Before you begin
- Your runtime version is 7.3 onwards and the target version stays on the 7.3 baseline.
- Applying a upgrade patch, the recommended approach, is too complicate to be feasible and thus you have received a full installer from Talend.
- You have installed the new version of Talend Runtime. Note that the new version should be installed the same way as the version to be upgraded. In other words, either the new and the old versions are installed as a service or both of them are unzipped in given directories as a standalone program.
About this task
- Perform this migration in a non-production environment first to ensure that the output contains all the important custom resources, especially those you manually installed, of the old version to be fully functional.
- In this article, the migration tool is stored in a folder called migration. You can store it in a different directory of your choice.
Procedure
Results
Troubleshooting: If you encountered issues during or after the migration, try the
following steps.
- Verify the error log in log/tesb.log of both the Talend Runtime versions.
On Windows, you can add $DebugPreference = 'Continue' to PowerShell before the script line to generate the specific debugging logs.
- If errors happen during the migration, do the following to roll back:
- Stop the new Talend Runtime engine.
- Start the old one.
- Stop the old and the new Talend Runtime instances.
- Delete and then re-install the new Talend Runtime version.
- Clear the log/tesb.log file.
- Restart the old Talend Runtime instance and run the migration script as explained above.