Issue upgrading NetBox 4.1.7 > 4.3.3 #11332

Closed
opened 2025-12-29 21:43:46 +01:00 by adam · 0 comments
Owner

Originally created by @kevintdiep1980 on GitHub (Jun 30, 2025).

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.

  1. 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

  2. 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.

Originally created by @kevintdiep1980 on GitHub (Jun 30, 2025). ### 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. 1) 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 2) 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.
adam added the netbox label 2025-12-29 21:43:46 +01:00
adam closed this issue 2025-12-29 21:43:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11332