Hello, our datahub instance went down during vacat...
# troubleshoot
s
Hello, our datahub instance went down during vacation, and I'm not sure how to debug further. Its run on a EC2 instance using quickstart. The main modification done is enabling OIDC authentication with a custom docker-compose file. I'm able to connect to the datahub EC2 instance. The error is first 502 Bad Gateway, and after refreshes its the red Oops, and error occurred, This exception has been logged with id xyz. I rerun the docker compose command, tried to disable OIDC (docker-compose -p datahub -f docker-compose.yml -f docker-compose.yml up -d datahub-frontend-react), tried ingestion, but getting Connection refused. Any tips on how to debug further? I'm on version 0.8.40.2. This is the docker-compose: https://pastebin.com/3xRCtURe
i
Hello Sindre, Could you share some logs? Gms and frontend container would be the appropriate ones to look at.
One thing to note, using quickstart as the deployment method for prod scenarios is not recommended. Please consider moving to kubernetes.
s
I remember trying to find logs earlier, but didn't have much luck. Can you help me in the right direction to find the logs?
getting this tho, the docker seems to stop. Starting up and then going to unhealthy
i
Run
docker logs <container name>
s
Thanks @incalculable-ocean-74010 !