Hello! I am fairly new to datahub. I've installed ...
# all-things-deployment
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 so many tries to get datahub instance up and running. How can I resolve this issue?
m
docker logs and see what's going on with the container
f
I was able to extract this from logs. But the issue is not error in the service. Inspite of error in the service docker should retry starting the unhealthy services automatically. My problem i, on first try docker command always hangs up unexpectedly trying to restart failed service as seen in screenshot above
m
f
Hey Thanks @most-room-32003, This helped