Issue with Airbyte docker image not restarting on EC2

Summary

The user is facing an issue where the Airbyte docker image ‘airbyte_docker-proxy’ does not restart on EC2 when the EC2 restarts. Other docker images restart successfully. The user is seeking assistance in resolving this problem.


Question

Hi everyone,
I have a (major) problem with my Airbyte deployement on an EC2. When the EC2 restarts (can be quite often), the docker image airbyte_docker-proxy does not restart (all other does).

Did anyone had the same issue ? Can someone please give me a hand on this please ?

Thanks in advance !

FYI: I installed Airbyte running the run-ab-platform.sh script and they all have the restart: unless-stop option (I did not modify the docker-compose.yaml file). If I go on the machine and run docker compose up again, all works fine.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["airbyte", "docker-image", "ec2", "restart", "issue", "docker-compose.yaml"]

<@U079KN34K45> - It needs to be changed in docker compose file if docker images needs to be up on its own once EC2 reboots. I had faced such scenario and my infra team added below line
restart: always

https://stackoverflow.com/questions/63317771/launch-docker-automatically-when-starting-ec2-server