diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-13 17:21:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-13 17:21:30 +0000 |
commit | e8f9be61a3254b0b04f5714e54bf48ee7a914b61 (patch) | |
tree | 05249d16a122f6221a36f6c9bfcb7d328be8df0f | |
parent | Merging upstream version 1.38.1. (diff) | |
download | netdata-e8f9be61a3254b0b04f5714e54bf48ee7a914b61.tar.xz netdata-e8f9be61a3254b0b04f5714e54bf48ee7a914b61.zip |
Adding note about possible but rare database corruptions on upgrades, thanks to Markus Grunwald <reportbug.thegrue@spamgourmet.com> for reporting (Closes: #1030203).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/netdata-core.README.Debian | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/netdata-core.README.Debian b/debian/netdata-core.README.Debian index 8f1ab853..2215da21 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 |