Disk space issue: Temporal database growing continuously in Docker setup #62855
JackStuntman
started this conversation in
Platform Features or Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have an Airbyte installation (version 0.63.8, running in Docker) on an Ubuntu VM.
Over the past few days, I’ve noticed that the available disk space on the VM keeps decreasing and is not freeing up.
After some investigation, I realized that the Dockerized PostgreSQL database is consuming a significant amount of space.
To be more specific, I connected to the environment and found the following databases:
airbyte
docker
postgres
temporal
temporal_visibility
The main issue is that the temporal database is using about 42 GB, and in particular, the history_node table alone is around 30 GB.
Is there any way to set retention policies so that the space usage can be reduced over time?
Has anyone encountered a similar problem?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions