How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Influx crashes regularly

calendar_today August 14, 2026 person @atticus-sullivan domain influxdata
Save report to check what data will be missing $ sudo influxd inspect report-tsm –data-path /var/lib/influxdb/engine/data > report.txt analyze what files are corrupt and move them elsewhere $ sudo influxd inspect verify-tsm –engine-path /var/lib/influxdb/engine Broken Blocks: 27 / 7235913, in 703.767274329s $ sudo influxd inspect verify-tsm –engine-path /var/lib/influxdb/engine -v 2>&1 tee log $ awk ‘!/healthy$/ {sub(/:$/, “”, $1); print $1}’ log > unhealthy $ readarray -t array I’ll test tomorrow whether this actually helped as this takes time (in the past influx was fine for a couple of
open_in_new Read original post