- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: Ubuntu / GCP VM / n1-standard-2
- Memory / Disk: n1-standard-2
- Deployment: Docker
- Airbyte Version: 0.39.21-alpha
- Source name/version: Shopify 0.1.37
- Destination name/version: BigQuery 1.1.9
- Step: The issue is happening during sync
- Description: I have been using Airbyte to sync data from Shopify and Google Sheets to BigQuery. It has been running smoothly for almost 5 months. Since the 26th of November, all the syncs, source tests and destination tests are failing. Not sure whether it’s related to the cause of the issue, but two days before syncs started failing I changed the frequency of the syncs for the Shopify connections from 6 to 3 hours. Also, Since the the 26th of November, I noticed a new error message when navigating the UI, saying: “Cannot reach server. The server may still be starting up”. This message appears randomly after a few clicks on the UI.
- Could you please advise on how to fix this issue?
- If I decide to restart the machine, am I going to lose all the connections credentials?
- If I decide to update the destination and the source, is it going to trigger a full refresh sync even though the schema of the source didn’t change? Indeed, I am currently using an incremental sync mode.
I have attached the UI logs of the first attempt that failed.
logs-1456_attempt_1.txt (769.9 KB)
When trying to get the server logs in a file using the command docker logs airbyte-worker > airbyte-worker.log
I get the following error: No space left on device . I therefore ran docker logs airbyte-server | grep ERROR
and copied the results in this file: server_logs_airbyte.txt (423.7 KB)
Moreover, I did run docker system prune
but it didn’t solve the problem.
UPDATE: Currently I am not even able to have the UI displayed. The page keeps loading.
Thanks for your help!
Jaafar