For context:
Since the problem derived so much from the original title, I’m making another thread just to confirm this one question.
# Remove all netdata files (this will clear monitoring history)
rm -rf /var/db/system/netdata
# Remove the corrupted core dumps
rm -rf /var/db/system/cores
According to the Google AI, this is what I can do to potentially solve my problem, these directories are non-critical therefore safe to run.
Is this true? If so, will I be losing anything other than monitoring history? What’s the risk?
Thanks for reading.