Tony Murray d3a4e03b2c ./daily.sh as librenms user
Add hint to encourage running ./daily.sh as the user librenms user.

We could also add this:
`runuser -l librenms -c ./daily.sh`
or this
`su - librenms -c ./daily.sh`
2016-03-14 15:10:24 -05:00

418 B

Updating your install

LibreNMS by default performs updates on a daily basis. This can be disabled by ensuring:

$config['update'] = 0;

is no longer commented out. If you would like to perform a manual update then you can do this by running the following command as the librenms user:

./daily.sh

This will update both the core LibreNMS files but also update the database structure if updates are available.