diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-08 07:30:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-08 07:30:37 +0000 |
commit | 8a7b72f7cd1ccd547a03eb4243294e741d661d3f (patch) | |
tree | 7bc7be4a8e9e298daa1349348400aa2a653866f2 /installer/UNINSTALL.md | |
parent | New upstream version 1.11.1+dfsg (diff) | |
download | netdata-8a7b72f7cd1ccd547a03eb4243294e741d661d3f.tar.xz netdata-8a7b72f7cd1ccd547a03eb4243294e741d661d3f.zip |
Adding upstream version 1.12.0.upstream/1.12.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'installer/UNINSTALL.md')
-rw-r--r-- | installer/UNINSTALL.md | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/installer/UNINSTALL.md b/installer/UNINSTALL.md deleted file mode 100644 index 4f9a84d03..000000000 --- a/installer/UNINSTALL.md +++ /dev/null @@ -1,36 +0,0 @@ -# Uninstalling netdata - -## netdata was installed from source (or `kickstart.sh`) - -The script `netdata-installer.sh` generates another script called `netdata-uninstaller.sh`. - -To uninstall netdata, run: - -``` -cd /path/to/netdata.git -./netdata-uninstaller.sh --force -``` - -The uninstaller will ask you to confirm all deletions. - -## netdata was installed with `kickstart-static64.sh` package - -Stop netdata with one of the following: - -- `service netdata stop` (non-systemd systems) -- `systemctl stop netdata` (systemd systems) - -Disable running netdata at startup, with one of the following (based on your distro): - -- `rc-update del netdata` -- `update-rc.d netdata disable` -- `chkconfig netdata off` -- `systemctl disable netdata` - -Delete the netdata files: - -1. `rm -rf /opt/netdata` -2. `groupdel netdata` -3. `userdel netdata` -4. `rm /etc/logrotate.d/netdata` -5. `rm /etc/systemd/system/netdata.service` or `rm /etc/init.d/netdata`, depending on the distro. |