You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2022. It is now read-only.
TL;DR: Is there a way to upgrade to the latest ESR version?
I installed following the default guide, which is probably tracking the master branch.
At the time of install, it happened to be v5.31.0.
If I'd only wish to track the ESR releases: v5.31.3 as of today, and to the next ESR version in the future, is there a way to achieve this?
Since we don't seem to have an "ESR" branch, as a workaround, should I back up and start over by git cloning to the release-5.31 branch, and, in the near future, upgrade normally (with git pull); and when next ESR is out, start over again with that branch and repeat?
Hi,
TL;DR: Is there a way to upgrade to the latest ESR version?
I installed following the default guide, which is probably tracking the
masterbranch.At the time of install, it happened to be v5.31.0.
If I'd only wish to track the ESR releases: v5.31.3 as of today, and to the next ESR version in the future, is there a way to achieve this?
Since we don't seem to have an "ESR" branch, as a workaround, should I back up and start over by git cloning to the
release-5.31branch, and, in the near future, upgrade normally (withgit pull); and when next ESR is out, start over again with that branch and repeat?Thanks!