RRDC and RRD update errors

is a different error - (no mention of the timestamps )...

depending on how important the historical data is - I would probably move the cache directory to a safe place and restart the services (that way recording should start fresh):
Code:
cd /var/lib/rrdcached/
systemctl stop rrdcached
mv rrdcached rrdcached.bck
systemctl start rrdcached
systemctl restart pve-cluster

I hope this helps!
The problem gets fixed!!
Thanks a lot for your help.
 
Also running into this problem on 8.2.4, haven't found a solution yet. Restarting rrd service and deleting the dir does not even temp resolve for me.
 
Above solutions did not work for me either. It is a fresh install from the iso, weird...

edit: after some time (?!? 1hour?!?) it suddenly showed up...
(an hour after the renewal of the db folder and restarting of the services)

so maybe you need to be patient ;)
 
Last edited:
On my Proxmox Version 8.1.4

Attention: This operation will clear all your chart history.
Bash:
systemctl stop rrdcached
mv /var/lib/rrdcached/db /var/lib/rrdcached/db.bck
systemctl start rrdcached
systemctl restart pve-cluster

If all its ok you can remove db.bck
Bash:
rm -rf /var/lib/rrdcached/db.bck
Your solution worked on 8.2.4 until I reboot and the same issue persists (1970 on the graphs).