Hello! I am fairly new to datahub. I've installed ...
# troubleshoot
f
Hello! I am fairly new to datahub. I've installed datahub using docker-compose on an EC2 instance. I shut down this EC2 instance daily due to cost issues. So I stop datahub in the evening and start it back in the morning. However when I start datahub it always shows error in starting some service and then process goes into wait state undefinitely. I've to exit the instance and login again. It always takes many tries to get datahub instance up and running. How can I resolve this issue?
1
plus1 1
g
Hi @flat-afternoon-55941 clean up the datahub instance • datahub docker nuke • docker container prune • docker volume prune • docker system prune and while executing quickstart command use --version as below
Copy code
datahub docker quickstart -f docker-compose.yml --version v0.10.2
so every time it will not pull the head images as version is specified
f
Yes, but then I have to setup datahub all over again. Ingestion, PAT's and everything
g
see if you can get failing container log
f
But even if the container fails to start, docker-compose should retry the process until all the services are running. Right? However it stops responding and waits indefinitely sometimes
Hi @gentle-hamburger-31302, I was able to extract some logs today. The service that showed error was broker. I had to restart datahub several times today too.
g
Hi @flat-afternoon-55941 Could you please post this issue on #all-things-deployment
f
sure, thanks!