MinIO Storage Full and GCS Logging UI Issue – Seeking Solutions #48454
Replies: 3 comments 2 replies
-
We use AWS and had the same issue with Minio in Kubernetes, so we switched to AWS S3 storage for logs and state. We are still able to see the logs in the Airbyte UI. We have Minio fully disabled. If you post your Helm values (with sensitive information obfuscated), we can compare with ours. |
Beta Was this translation helpful? Give feedback.
-
hi @joeybenamy thank you for helping me with this.
How were you able to disable Minio ? I thought that just by changing the storage "type" it would be enough. If you spot something that I might me missing I would greatly appreciate it if you would point it out. |
Beta Was this translation helpful? Give feedback.
-
I finally figured it out, it was an issue with permissions to the credentials that I was passing to the helm value. Thank you very much none the less for the quick help and specially for confirming that it was possible to have live logs with other types of storage providers. |
Beta Was this translation helpful? Give feedback.
-
Hi Airbyte Community,
I’m currently managing an Airbyte deployment on Kubernetes using the Helm chart, and I’ve been running into challenges with log storage and visibility:
MinIO Storage Issue:
I previously configured Airbyte to use MinIO for log storage. However, I consistently encounter a
Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed.
error in MinIO nearly every week.To resolve this, I’ve been manually cleaning up the logs and, unfortunately, reinstalling the Helm chart to clear space. I’d like to avoid the full reinstall and manage cleanup more effectively.
Is there a recommended way to configure MinIO to periodically clean logs without requiring a full reinstallation?
Switching to GCS for Logs – No UI Visibility:
Today, I tried switching to GCS to handle log storage more seamlessly. While logs are indeed being saved in GCS, they are no longer visible in the Airbyte UI. With MinIO, I could see logs populating live in the UI.
I understand that GCS doesn’t support the same live log streaming as MinIO, but is there any workaround to make GCS logs visible in the Airbyte UI?
Any insights or best practices would be greatly appreciated. If anyone has tackled similar issues or has tips for optimizing MinIO log management, I’d love to hear your approach. Thanks in advance for the help!
Karol U.
Beta Was this translation helpful? Give feedback.
All reactions