No new Version via Option B upgrade #18398
-
Deployment TypeSelf-hosted Triage priorityN/A NetBox Versionv4.1.11 Python Version3.12 Steps to ReproduceMy running System Netbox V4.1.11 Ubuntu 24.0.1 all updates done. I do the upgrade since years with Option B from the documentation: Expected BehaviorDownload the new files as allways Observed BehaviorBut the answer is:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Due the fact, that the upgrade procedure has changed after 4.1.11 and the documentation ist stored locally, it was wrong. sudo git checkout v4.2.0 then it works. |
Beta Was this translation helpful? Give feedback.
Due the fact, that the upgrade procedure has changed after 4.1.11 and the documentation ist stored locally, it was wrong.
The new Option B:
sudo git fetch --tags
git describe --tags $(git rev-list --tags --max-count=1)**
sudo git checkout v4.2.0
then it works.