Skip to content

Commit

Permalink
Stable release update clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Sep 15, 2023
1 parent 4b98bd7 commit 41155f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/General/Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ The changelog is also updated and will reference the release number
and date so you can see what changes have been made since the last release.

To switch to using stable branches you can set
`lnms config:set update_channel release` and then switch
to the latest release branch with:
`lnms config:set update_channel release`

`cd /opt/librenms && git fetch --tags && git checkout $(git describe
--tags $(git rev-list --tags --max-count=1))`
This will pause updates until the next stable release, at that time LibreNMS will
update to the stable release and continue to only update to stable releases.
Downgrading is not supported on LibreNMS and will likely cause bugs.

0 comments on commit 41155f1

Please sign in to comment.