Airbyte Sync Issues (Self-hosted via abctl) #53230
Replies: 1 comment
-
Hey @malinosqui. I personally believe that the error comes from your kubernetes cluster, i would probably still update Airbytes as a possible fix but i would try the following steps to fix the cluster: Use kubectl describe node to check resource allocation and usage.Ensure that your Kubernetes cluster has enough resources to run the pods. Use kubectl logs to get detailed logs for the failing pods.Verify if there are any issues with pod creation by checking the status of the pods using kubectl get pods -A.Check for any misconfigurations in the abctl setup. Ensure that the Airbyte configuration is correct and that the necessary permissions are set for the source and destination connectors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm running into an issue with my self-hosted Airbyte installation using the abctl installation method (version 1.4.1). The problem occurs when I try to start a sync. The source (PostgreSQL) and destination (BigQuery) connections successfully pass the connection tests in the UI, but the syncs themselves don’t execute. Upon checking the logs, I found the following:
Logs (Partial):
What I’ve Tried So Far:
My Setup:
Beta Was this translation helpful? Give feedback.
All reactions