Daily.sh Not Updating

I’ve noticed that my daily.sh script is not updating the codebase.

Here is the output of the daily.sh script.

[root@itnms ~]# su librenms
bash-4.2$ /opt/librenms/daily.sh
Updating SQL-Schema                                OK
Cleaning up DB                                     OK

I have to update the installation manually by doing a git pull. Is there a way to fix this?

Here is the output of validate.php.

bash-4.2$ /opt/librenms/validate.php
====================================
Component | Version
--------- | -------
LibreNMS  | 1.30-45-gaca7725
DB Schema | 201
PHP       | 5.4.16
MySQL     | 5.5.52-MariaDB
RRDTool   | 1.4.8
SNMP      | NET-SNMP 5.7.2
====================================

[OK]    Database connection successful
[OK]    Database schema correct

check here http://docs.librenms.org/General/Updating/
$config[‘update_channel’] = ‘master’;

then try ./daily.sh

1 Like

That did it! Thank you!