Skip to main content

Troubleshoot Upgrade

Upgrade transaction fails

Check you have sufficient ETH:

ecloud auth whoami

App fails after upgrade

Check logs for errors:

ecloud compute app logs my-app

Rollback to previous version if needed:

ecloud compute app upgrade my-app --image-ref registry.io/user/app:previous-tag

Environment variables not updating

Ensure your .env file is being read:

ecloud compute app upgrade my-app --env-file ./.env

Image pull fails

Verify image exists and is publicly accessible:

docker pull registry.io/user/app:tag