And also checked the version with “netdata -v” and it got updated:
netdata v1.33.1-42-g570a61e17
Also checked whether protobuf is installed or not:
dpkg -l | grep protobuf
ii libprotobuf-c1:amd64 1.3.1-1+b1 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf17:amd64 3.6.1.3-2 amd64 protocol buffers C++ library
Yet the Cloud UI still displays the same old version, the same info about the nodes as they were before the process described above. I also waited an hour, thinking that maybe it just needs time.
What I expected to happen
That the alerts are gone or at least the displayed version is updated.
Hello @Tudvari. You are using the nightly builds. If you haven’t specify the --no-updates flag in the kickstart script this issue should have been resolved by now. Otherwise try to Update the Netdata Agent | Learn Netdata. In any case please ACK that you are (or not) receiving this notification.
I’ve tried the kickstart script again to update but it resulted in:
— Using /tmp/netdata-kickstart-w1h37vLPwS as a temporary directory. —
— Found an existing netdata install at /, with installation type ‘binpkg-deb’. — WARNING Not updating existing install at /.
— Not attempting to claim existing install at / (no claiming token provided). —
So after that I tried it with the “–reinstall” flag because according to the update site:
If the above command fails, you can reinstall Netdata to get the latest version. This also preserves your configuration in netdata.conf or other files.
But that resulted in:
— Using /tmp/netdata-kickstart-JnCcTWrhrq as a temporary directory. —
— Found an existing netdata install at /, with installation type ‘binpkg-deb’. —
— Found an existing netdata install at /, but user requested reinstall, continuing. —
— Attempting to install using native packages… —
— Repository configuration is already present, attempting to install netdata. —
— Checking for usable Netdata package. —
— Installing Netdata package. —
[/tmp/netdata-kickstart-JnCcTWrhrq]$ sudo env apt-get install netdata
Reading package lists… Done
Building dependency tree
Reading state information… Done netdata is already the newest version (1.33.1-99-nightly).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
After some time and probably some scheduled maintenance of Netdata Cloud the problem “Need Update” disappeared for all our updated nodes. However, I did need to reconfigure dashboards again as these were showing “Error”.
If this node was created by cloning a VM or as a container from a template, please remove the file //var/lib/netdata/registry/netdata.public.unique.id and restart the agent. Then try to claim it again with the same options.
This node wasn’t created by cloning a VM or as a container, but tried removing the file anyway… restarted the agent, and started the claming process again…
And it worked. And I could reclaim all of my lost nodes. I guess we can close this topic, thanks all!