Netdata: Can't update to the latest version

Created on 14 Nov 2018  路  3Comments  路  Source: netdata/netdata

Hi there,

I tried to update my Netdata to the latest version with sudo ./netdata-updater.sh.

Unfortunately it gives me merge conflicts, even though I didn't change anything:
Wed Nov 14 15:01:56 CET 2018 : INFO: Updating netdata source from github... error: Pulling is not possible because you have unmerged files. hint: Fix them up in the work tree, and then use 'git add/rm <file>' hint: as appropriate to mark resolution and make a commit. fatal: Exiting because of an unresolved conflict. Wed Nov 14 15:01:56 CET 2018 : ERROR: FAILED TO UPDATE NETDATA : CANNOT FETCH LATEST SOURCE (use -f for force re-install)

Wondering if someone can help me with this. Thanks! 馃憤

duplicate

Most helpful comment

Fixed it by running:

git fetch --all
git reset --hard origin/master
git pull
./netdata-updater.sh -f

All 3 comments

Fixed it by running:

git fetch --all
git reset --hard origin/master
git pull
./netdata-updater.sh -f

Sorry about that, we posted info about this issue in 1.11.0 release notes: https://github.com/netdata/netdata/releases/tag/v1.11.0

On updating netdata through bash <(curl -Ss https://my-netdata.io/kickstart.sh) --no-updates
The version on netdata GUI is 16.1.0 while on the host i.e netdata -V it shows 16.1.1.
Initially when i installed netdata and tried to edit stream.conf it said .stream.conf.sw alreasy exists,which I had overwritten.
Now it neither updates the netdata even after uninstallation nor streams properly to master.Gives graphs at uneven time intervals.

Please resolve!!!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ibnesayeed picture ibnesayeed  路  3Comments

BecomeBamboo picture BecomeBamboo  路  3Comments

jeremyjpj0916 picture jeremyjpj0916  路  3Comments

jordanhubbard picture jordanhubbard  路  3Comments

UltimateByte picture UltimateByte  路  3Comments