Hi all! My instance that's running Airbyte has 230...
# ask-ai
c
Hi all! My instance that's running Airbyte has 230gb and I'm running out of space, I'm not quite sure if I can delete logs or files that are created and not needed, anyone had to deal with this problem? Any advice? Thanks in advance!
m
Yes you can delete them, but maybe run
docker system df
to see what is consuming so much space
c
Hi @Marcos Marx (Airbyte) thank you very much for your answer,
docker system df
hangs!
solved!
docker system df
was hanging because the space used by unused images was 111 gb. I ran
docker images prune --all
and solved my problem!
one other question though, why
Local Volumes
are so big? is that normal?
can I prune the volumes too?
airbyte_workspace is enormous
@Marcos Marx (Airbyte)? do you know if it's ok to prune volume?
m
yes
it will prune only not used data
it was identified Airbyte is not cleaning logs after removing the scheduler
m
Hi @Marcos Marx (Airbyte), how do I prune logs? Can this be automatic?
m
Yes, please upgrade to latest version the auto cleaner will remove the old logs.
1