summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/netdata-core.README.Debian11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/netdata-core.README.Debian b/debian/netdata-core.README.Debian
index 8f1ab853f..2215da212 100644
--- a/debian/netdata-core.README.Debian
+++ b/debian/netdata-core.README.Debian
@@ -40,4 +40,15 @@ any data (which it does not need to).
Naming the user 'netdata' saves you from configuring anything in netdata itself
and it will automatically pick it up once the user has been created.
+2.2 Bug: netdata doesn't start
+------------------------------
+
+If netdata does not start, there could be an upgrade issue from a previous version
+leading to a corrupted internal database of the cached values in /var/cache/netdata.
+
+Try purging the package reinstalling netdata:
+
+ $ sudo apt remove --purge netdata-core
+ $ sudo apt install netdata-core
+
-- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 09 Feb 2021 11:03:31 +0100