I am storing the data in the influx to create a dashboard with grafana.
But my influx database is getting crashed after 1 day due to large amount of data ingestion in influx.
No my centos file system(memory) got full. I am not able to restart the influx also.
I want to delete all the data that has been stored by influx to free up the space in centos.
I have deleted the below directories:
/var/lib/influxdb/data
/var/lib/influxdb/wal
/var/lib/influxdb/meta
Didn't find any proper documentation on internet to uninstall influx db.
Can anyone provide the details to uninstall influx db with all its data.