We’ve recently discovered a bug that disabled automatic updates in the nightly build of Netdata released on 2022-02-19 (v1.33.1-28-nightly). This bug was fixed in the nightly build of Netdata released on 2022-02-20 (v1.33.1-30-nightly).
Check your version of Netdata
You can check which version you have installed by runningnetdata -v
or looking at the bottom of the right menu bar in the Agent dashboard. If Netdata reports a version of v1.33.1-28-nightly and you previously had auto-updates enabled, then you are affected by this bug.
Note: If you do not know if you had auto-updates enabled or not, you probably did unless you are running Netdata in Docker.
Re-enable auto-updates
To re-enable auto-updates, you can run the updater script with the --enable-auto-updates
option. On most Linux systems, you can do so by copying the following command:
/usr/libexec/netdata/netdata-updater.sh --enable-auto-updates
If you have a static install, instead use:
/opt/netdata/usr/libexec/netdata/netdata-updater.sh --enable-auto-updates
After you have enabled auto-updates again, Netdata will update to the latest nightly version as it normally would have.