Upgrade to v4.4.0 issue #11594

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

Originally created by @kevintdiep1980 on GitHub (Sep 11, 2025).

NetBox Edition

NetBox Community

NetBox Version

v4.3.3

Python Version

3.10

Steps to Reproduce

Here are the commands I am using to attempt to upgrade our NetBox environment from version 4.3.3 to 4.4.0.

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

cd /opt/netbox &&
sudo git fetch --tags &&
sudo git checkout v4.4.0

Output message:

fatal: invalid refspec '+refs/heads/:refs/remotes/origin/'

Expected Behavior

I expect to proceed with this command, should the git checkout command be successful.

sudo ./upgrade.sh

Observed Behavior

Instead, this message is provided.

fatal: invalid refspec '+refs/heads/:refs/remotes/origin/'

Originally created by @kevintdiep1980 on GitHub (Sep 11, 2025). ### NetBox Edition NetBox Community ### NetBox Version v4.3.3 ### Python Version 3.10 ### Steps to Reproduce Here are the commands I am using to attempt to upgrade our NetBox environment from version 4.3.3 to 4.4.0. 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.4.0 cd /opt/netbox && \ sudo git fetch --tags && \ sudo git checkout v4.4.0 Output message: fatal: invalid refspec '+refs/heads/:refs/remotes/origin/' ### Expected Behavior I expect to proceed with this command, should the git checkout command be successful. sudo ./upgrade.sh ### Observed Behavior Instead, this message is provided. fatal: invalid refspec '+refs/heads/:refs/remotes/origin/'
adam added the netbox label 2025-12-29 21:47:21 +01:00
adam closed this issue 2025-12-29 21:47:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11594