Migrating Site through Helm issue

Hello, we recently updated the image version of an existing ERPNext/Frappe helm deployment in EKS using a custom image built based on this → frappe_docker/docs/custom-apps.md at main · frappe/frappe_docker · GitHub.

There are two sites created within this ERPNext deployment. After successfully doing a helm upgrade using the new image, the sites encountered an error on login. We figured it was because we need to do a “migrate” because the frappe/erpnext version was bumped up. We were able to fix the first site with the helm “migrate” job, but the second site is stuck for hours on “Migrating ”. Is there a way to fix this?

Thank you.

Take backup and restore locally.

Within local containerized setup (same image/code), exec into a container and migrate.

If you’ve local dev setup, try debugger, print statements, db logs to know more.

Thank you for the guidance. Will take not of this.