Hi folks - I've got airbyte setup on AWS EC2 to re...
# replication-troubleshooting
n
Hi folks - I've got airbyte setup on AWS EC2 to replicate Hubspot > Postgres every 5 mins. My problem is, the 40gb disk fills up every couple days. I've been running this command manually in AWS EC2 console every 1-2 days to clear out useless logs:
Copy code
find /var/lib/docker/volumes/airbyte_workspace/_data/ -maxdepth 1 -regex '/var/lib/docker/volumes/airbyte_workspace/_data/[0-9]+' -mtime +10 | xargs rm -rf
Does anyone have a more hands-free solution? (Why doesn't Airbyte manage its disk space better out of the box...?)
👍 1
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2706 to ensure timely resolution!
u
h
@Nishant George Did you end up finding a different solution to clean the logs?