metisvela / sailtrack-core

Central component of the SailTrack system, it manages connections and gathers data.
GNU General Public License v3.0
12 stars 0 forks source link

influxdb service fails to start #8

Closed matteocarnelos closed 2 years ago

matteocarnelos commented 2 years ago

Temporary solution:

sudo chown -R influxdb:influxdb /var/lib/influxdb/*
sudo chown -R influxdb:influxdb /usr/lib/influxdb/*

To investigate

matteocarnelos commented 2 years ago

Solved