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