-
DarkLight
Check whether your Matillion ETL instance can receive further updates
-
DarkLight
Overview
This topic covers how to manually check whether your Matillion ETL instance requires a migration upgrade.
Please Note
You should only need to run this script once.
Run the script below in Matillion ETL's Bash Script component within an Orchestration Job.
{ grep -Fq "packages" /etc/yum.repos.d/matillion.repo && echo "You don't need to take any further action - your instance will continue to receive upgrades"; } || { echo "You need to migrate your instance in order to continue receiving upgrades. Please refer to our Migrate documentation." && exit 1; }
User Actions
If you do not need to migrate to receive further upgrades, the script will return the following:
You don't need to take any further action - your instance will continue to receive upgrades.
However, if you do need to migrate your instance to continue receiving upgrades, the script will return the following:
You need to migrate your instance in order to continue receiving upgrades.
Additional Resources
To learn more about our Migrate tool, read Migrate.
For information about best practices for upgrades, read Updating: Methods & Best Practices.
For information about migration-based upgrades, read Updating: Machine Images & Migration.
Contact Support
If you require assistance using this script, or with migrating your Matillion ETL instance(s), please visit our Getting Support page.