Environment
Your netdata version: 1.10.0-849-gcaae263_rolling
Your netdata commit: caae263
Latest commit: c5f3f15
Running on Ubuntu 16.04
Problem/Question
When I try to update Netdata using the bash <(curl -Ss https://my-netdata.io/kickstart.sh) --reinstall
(or, originally I tried, bash <(curl -Ss https://my-netdata.io/kickstart.sh)
) command, I get the following error:
/etc/netdata$ bash <(curl -Ss https://my-netdata.io/kickstart.sh) --reinstall
--- Found existing install of Netdata under: / ---
--- Existing install appears to be handled manually or through the system package manager. ---
ABORTED Existing installation detected which cannot be safely updated by this script, refusing to continue.
I originally installed using the curl script. Netdata is not installed through the package manager. So I am not sure how to proceed with updating it, when it’s telling me I did some other kind of installation.
What I expected to happen
I expected it to update the installation.
What’s the best way to proceed?