basking-in-the-sun2000 / solar-logger

A datalogger for a solar inverter. Stores data in influxdb and displays it in grafana. Has load diverting capability, to use the inverter's excess power
GNU General Public License v3.0
97 stars 31 forks source link

Influxdb v1.8.7 not working #26

Closed basking-in-the-sun2000 closed 2 years ago

basking-in-the-sun2000 commented 2 years ago

Been trying out some improvements with Grafana, and my system upgraded to the latest InfluxDB. This unfortunately broke my install, since it had a privileges issue.

A simple fix is to change the rights for a file

chmod +x /usr/lib/influxdb/scripts/influxd-systemd-start.sh
sudo chown -R influxdb:influxdb /var/lib/influxdb
systemctl restart influxdb.service