Troubleshoot Upgrade
Upgrade transaction fails
Check you have sufficient ETH:
eigenx auth whoami
App fails after upgrade
Check logs for errors:
eigenx app logs my-app
Rollback to previous version if needed:
eigenx app upgrade my-app registry.io/user/app:previous-tag
Environment variables not updating
Ensure your .env file is being read:
eigenx app upgrade my-app --env-file ./.env
Image pull fails
Verify image exists and is accessible:
docker pull registry.io/user/app:tag