Updated Version (markdown)

Florian Heigl 2025-06-23 04:39:32 +02:00
parent b1f8412026
commit f62dfe3f92

@ -57,7 +57,7 @@ docker compose up -d
## Example
## Example upgrading to a specific version
### Scenario
@ -72,6 +72,9 @@ You check your running versions in the lower left corner.
- In recent versions, both the version of netbox and netbox-docker are displayed
- in older versions you'll only see the version of netbox
Example string: `NetBox Community v4.3.0-Docker-3.2.1`
### Investigate the double dependencies
@ -97,3 +100,5 @@ You want to upgrade in steps - for example:
- optionally rebuild your image using `FROM netboxcommunity/netbox:v4.3.2-3.3.0`
- start and test
- Run a database backup with a name that tells you the new netbox version
In the UI the version string might need a full reload of the page to update.