I was wondering how to clear the historical data from a netdata docker container to start afresh. I have deployed my docker container using
-v netdataconfig:/etc/netdata
-v netdatalib:/var/lib/netdata
-v netdatacache:/var/cache/netdata
Can it be done by deleting the netdatacache volume manually and deploying the container again ? I do not want to effect the cloud integrations.
Just to make sure I understand. You want to delete the data that exists in the Netdata DB without deleting the files that affect the Netdata cloud connectivity. Correct?