Performing post-migration steps
note
The post-migration steps on this page are applicable for migration from 5.x.x to 6.1.0, 6.2.0, 6.3.0.
Before performing the post-migration steps, ensure you have completed Migrating your data.
Once all configuration data, tokens, and CMS are migrated and verified, complete the following steps.
Step 1: Full load
Do a full reload of the memory cache in Local Edition 6.1.0, 6.2.0, 6.3.0:
kubectl create job --from=cronjob/loader-job-full manual-full-apimload-job
Step 2: Undeploy migration pod in 5.x.x cluster
Undeploy the migration pod from the Local Edition versions 5.3.x, 5.4.x, 5.5.x, and 5.6.x clusters.
In the extracted migration package folder, run the following command:
./undeploy_migration.sh
The migration pod, persistent volume, ConfigMaps, and Secrets are removed from the Local Edition 5.3.x, 5.4.x, 5.5.x, and 5.6.x clusters.