For InfluxDB V0.8.x I would add these commands as well: ``` pkill "influxdb"
ps -ef | egrep --invert-match "egrep" | egrep -i "UID|influxdb" rm --verbose /etc/init.d/influxdb rm --verbose /etc/rc1.d/*influxdb rm --verbose /etc/rc2.d/*influxdb rm --verbose /etc/rc3.d/*influxdb rm --verbose /etc/rc4.d/*influxdb rm --verbose /etc/rc5.d/*influxdb rm --verbose /etc/rc6.d/*influxdb rm --verbose /usr/bin/influxdb* ``` On Friday, September 11, 2015 at 2:57:01 AM UTC+2, Sean Beckett wrote: > > On Debian family systems you need to remove: > > -- > Sean Beckett > Director of Support and Professional Services > InfluxDB > -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/7abd5648-66bf-4f17-ac82-7a4d9021c005%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
