One of my applications failed to migrate and I’m wanting to re-run the migration but i’m not sure how to do that. Any help is appreciated thanks!
In the event of a migration failure, configuration data for applications that do not automatically migrate is retained in the ixapplications dataset. You can re-initiate migration of previously-installed Kubernetes apps to Docker at any time after upgrading to Electric Eel. From a shell session enter
midclt call -job k8s_to_docker.migrate poolname
, where poolname is the name of the applications pool.
1 Like
Thank you very much. This is super helpful