Can't figure out why I'm running out of storage

Got notification today that I am out of storage.
System: HAOS on proxmox VM. 16GB RAM, 64GB SSD.

Deleted some backups, now HA reports as 90% used. Checked it in shell:
df -h reports 56GB used.
gdu reports a total of 25GB used.
du -h / | sort -rh | head -n 20 reports ~25GB worth of folders.
docker system df says there are 23GB of images.
So the numbers don’t add up and I don’t know where/how else to look.

============
EDIT

I have SSH’d via proxmox shell and logged in as root.
I run du -h / | sort -rh | head -n 20 and the output is:

so it looks like docker is taking up 40GB? This adds up. But how do I clean this up?
tried docker system prune -a, but it freed up only 5GB or so.
What else can I do?
Files are growing uncontrollably, this looks like a real issue with HAOS.

I’m running HAOS on Proxmox with the same disk size and only at 19% used. Maybe some Add-on is consuming a bunch of space? Add-on usage will be variable for every install since they are essentially unique docker containers.

1 Like

This maybe…
Disk space being eaten up - #9 by mjvanderveen.

1 Like

Tried it. I have many containers, checked manually like 10 of them and I can’t find what’s taking the space.
Did a few more tests after docker system prune -a, and my overlay folder is around 33GB now, while docker itself reports 16GB, out of which 10GB are “reclaimable” (it’s after prune was done, so not really reclaimable):
Screenshot 2024-06-25 155805


I have increased my storage a couple times already, want to sort this for once and forget about it. But not sure what else I can do.

How is recorder set-up?
Anything different than the default 10 days?

I have prune set to 10 days.
The issue is not with DB file size.