I have had a problem for a few days: the disk is filling up visibly (10 GB every 8 hours, it can be faster). I have to restart HA to find some breath (about 10 GB found after reboot).
I can’t figure out where it’s coming from. I am updated to the latest version.
On the logs side, I only take critical notifications.
The data (which is certainly voluminous since I keep 1 year of history) represents 45 GB, is stored on MariaDB (in a Docker container on HA).
So I’m interested if you have any ideas because I’m dry!
THANKS
I recently had my database get very bloated by some new temp sensors that stored temperatures to 4 decimal place causing them to change hundreds of times each minute
Have you any idea of what/how much you store in influxdb ?
I.E a single grafana-graph, with " every-second-plot-timestamp-value-value-reused-in-additional-summarizing-graph-for-comparization-with-initial-graph-to-show-variation-compared-to-last-year", will soon fill some … ps: just an example
PS: As i noticed you also have Samba-Share, so it should be fairly easy to have an over-view of included files/folders there ( thou i assume you have/had an eye on that ) … if so, left is the container for Influx storage
PS2, i hope you have “Recorder” configured in configuration.yaml, as well as proper configured influx
Hello, FYI, I truncate the states, events and state_attributes tables which were large (in number of records and in weight). Everything seems to be back to normal with less data to manage. I put probes on the growth of the disc to monitor… Thanks for your good ideas.