Environment
Netdata docker container v1.28.0
Question
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.