Validate shows install is over 24 hrs old, daily.sh doesn't install anything new

When I run validate.php I get a warning stating “Your install is over 24 hours out of date…”

Then when I run daily.sh all I get is “OK”
image

Any help would be greatly appreciated. Thank you.

1 Like

Daily updates were broken recently (for users of daily updates, which is the default). To restore them you will need to manually update once:

su - librenms
git pull
./daily.sh

1 Like

That was it, I must have missed that notice. Thanks for taking the time to help me out.