Update upgrading.md

This commit is contained in:
brunosardinepi 2024-06-11 07:46:59 -05:00 committed by GitHub
parent eb3d423077
commit a343407498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,9 @@ sudo git pull origin master
!!! info "Checking out an older release"
If you need to upgrade to an older version rather than the current stable release, you can check out any valid [git tag](https://github.com/netbox-community/netbox/tags), each of which represents a release. For example, to checkout the code for NetBox v2.11.11, do:
```no-highlight
sudo git checkout v2.11.11
```
## 4. Run the Upgrade Script