mschlenstedt / LoxBerry-Plugin-Stats4Lox-NG

Apache License 2.0
6 stars 3 forks source link

On Raspi older version of influxdb is installed / influx casnnot be started after upgrade from Plugin dev version #94

Closed mschlenstedt closed 3 years ago

mschlenstedt commented 3 years ago

There's a apt/policy F*ckUp between VMs and Raspberrys. Furthermore, influxdb cannot be started after upgrade.

  1. Permission issue with /var/lib/influxdb (owner is not loxberry)
  2. apt policies must be changed to install newest influxdb version and not the outdated version from debian buster
  3. Really purge old versions before installing plugin including all old files (service files, folders, etc.)

To increase priority of newest influxdb package:


Package: influxdb
Pin: version 1.8.9*
Pin-Priority: 1000
loxberry@masterofdesaster:~ $```
mschlenstedt commented 3 years ago

Fixed