Release branch - still in v1.36. Is this correct?

Hi,

We are running a production LibreNMS, and using the release git branch and still running v1.36 (date 01/27/2018). Is this correct?

I see that the latest version is 1.40 (date: 05/30/2018)

Daily log states that: You are not currently on a branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull

So we wonder if this is correct?

Below our config files and outputs.

—config.php—

Uncomment the next line to disable daily updates

#$config[‘update’] = 0;
$config[‘update_channel’] = ‘release’;


—validate.sh—

Component Version
LibreNMS 1.36
DB Schema 232
PHP 7.0.27
MySQL 5.5.56-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

====================================

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

—daily.log—
Updating to latest codebase
You are not currently on a branch. Please specify which
branch you want to merge with. See git-pull(1) for details.

git pull <remote> <branch>

Returned: 1
Updating SQL-Schema

Returned: 0
Updating submodules

Returned: 0
Cleaning up DB
Refreshing alert rules queries
Clearing OS cache
Eventlog cleared for entries over 30 days
Authlog cleared for entries over 30 days
Perf times cleared for entries over 30 days
Device perf cleared for entries over 7 days
Returned: 0
Fetching notifications
[ Thu, 21 Jun 2018 00:15:16 -0300 ] http://www.librenms.org/notifications.rss (30)
[ Thu, 21 Jun 2018 00:15:18 -0300 ] misc/notifications.rss (37)
[ Thu, 21 Jun 2018 00:15:18 -0300 ] Updating DB Done
Returned: 0
Caching PeeringDB data
Peering DB integration disabled
Returned: 0

Thank you very much in advance,

Eugenio

Try git checkout 1.40 and see if that gives any errors.

Ok, we’ll try that.

But, what is the correct parameter to set in config.php then?

How can we get “automatic” updates of the “release” git branch?

Thanks for the answer.

Your install broke the updates somehow. If you get an error from the command, that might tell us what happened.

My mistake, didn’t follow the complete steps to change to form master to release branch.

I follow the steps from:
https://docs.librenms.org/#General/Releases/#development-branch
and leave it functional on master branch.

Thank you very much.

Worked ok. Thanks.