mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -06:00
Update upgrading.md
This commit is contained in:
parent
eb3d423077
commit
a343407498
@ -97,7 +97,9 @@ sudo git pull origin master
|
|||||||
!!! info "Checking out an older release"
|
!!! 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:
|
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
|
sudo git checkout v2.11.11
|
||||||
|
```
|
||||||
|
|
||||||
## 4. Run the Upgrade Script
|
## 4. Run the Upgrade Script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user