From 3b95e5be69c199a2a195c57aba12d88c242225ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2019 19:57:35 +0200 Subject: Adding upstream version 1.14.0~rc0. Signed-off-by: Daniel Baumann --- packaging/installer/UNINSTALL.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'packaging/installer/UNINSTALL.md') diff --git a/packaging/installer/UNINSTALL.md b/packaging/installer/UNINSTALL.md index e86a3390e..765184d39 100644 --- a/packaging/installer/UNINSTALL.md +++ b/packaging/installer/UNINSTALL.md @@ -14,12 +14,19 @@ A workflow for uninstallation looks like this: NETDATA_PREFIX="" # put what you used as a parameter to shell installed `--install` flag. Otherwise it should be empty NETDATA_ADDED_TO_GROUPS="" # Additional groups for a user running netdata process ``` -3. Download, chmod and run netdata-uninstaller.sh. +3. Run `netdata-uninstaller.sh` as follows +``` +${NETDATA_PREFIX}/usr/libexec/netdata-uninstaller.sh --yes --env +``` + +Note: Existing installations may still need to download the file if it's not present. +To execute uninstall in that case, run the following commands: ``` wget https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/netdata-uninstaller.sh chmod +x ./netdata-uninstaller.sh ./netdata-uninstaller.sh --yes --env ``` + The default `environment_file` is `/etc/netdata/.environment`. Note: This uninstallation method assumes previous installation with netdata-installer.sh or kickstart script. Currently using it when netdata was installed by a package manager can work or cause unexpected results. -- cgit v1.2.3