Issue upgrading NetBox 4.1.7 > 4.3.3 #19792
Unanswered
kevintdiep1980
asked this question in
Help Wanted!
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployment Type
Self-hosted
NetBox Version
v4.1.7
Python Version
3.10
Steps to Reproduce
I am having issues with upgrading our NetBox Community Edition version 4.1.7 to 4.3.3.
Here are the commands used to perform the upgrade.
git ls-remote --tags https://github.com/netbox-community/netbox.git
| grep -o 'refs/tags/v[0-9].[0-9].[0-9]*$'
| tail -n 1
| sed 's|refs/tags/||'
v4.3.3
cd /opt/netbox && sudo git fetch && sudo git checkout v4.3.3
Result output: error: pathspec 'v4.3.3' did not match any file(s) known to git
Thank you so much for your help.
Kevin
Expected Behavior
I expected the version upgrade to v4.3.3 once I executed the documented commands.
Observed Behavior
Instead, the upgrade failed.
Beta Was this translation helpful? Give feedback.
All reactions