Vishal Jain
07/13/2022, 7:24 AMAccess the scheduler container using docker exec -it airbyte-scheduler bash
but airbyte-scheduler container isn't even running:
6c65bc474562 airbyte/server:0.38.2-alpha "/bin/bash -c ${APPL…" 6 hours ago Up 2 hours 8000/tcp, 0.0.0.0:8001->8001/tcp airbyte-server
1cc732574ee0 airbyte/worker:0.38.2-alpha "/bin/bash -c ${APPL…" 6 hours ago Up 2 hours airbyte-worker
d0e4d1ca831d airbyte/init:0.38.2-alpha "/bin/sh -c './scrip…" 6 hours ago Exited (0) 2 hours ago init
dc2fd13d3fd7 airbyte/db:0.38.2-alpha "docker-entrypoint.s…" 6 hours ago Up 2 hours 5432/tcp airbyte-db
0fcb790695b9 airbyte/webapp:0.38.2-alpha "/docker-entrypoint.…" 6 hours ago Up 2 hours 0.0.0.0:8000->80/tcp airbyte-webapp
ad950557824c airbyte/temporal:0.38.2-alpha "./update-and-start-…" 6 hours ago Up 2 hours 6933-6935/tcp, 6939/tcp, 7234-7235/tcp, 7239/tcp, 0.0.0.0:7233->7233/tcp airbyte-temporal
I'm just running what is in the getting started airbyte tutorial. Any tips on debugging?Marcos Marx (Airbyte)
07/13/2022, 4:20 PM