Updated Version (markdown)

Florian Heigl 2025-06-23 04:45:27 +02:00
parent c8f7decb3b
commit f4c706f9da

@ -90,14 +90,14 @@ You want to upgrade in steps - for example:
- Run a database backup with a name that tells you the netbox version
- change branch from netbox-docker 3.2.0 to 3.2.1 (you'll see the VERSION file increment)
- optionally rebuild your image if you had plugins using `FROM netboxcommunity/netbox:v4.2.3-3.2.1`
- optionally rebuild your image **if you had added some plugins and dependencies ** using `FROM netboxcommunity/netbox:v4.2.3-3.2.1`
- if the newest netbox-docker minor release supports the newest netbox minor you can jump with both at the same time - 4.2.0->4.2.3, 3.2.0->3.2.1
- start and test
- then upgrade netbox to the last version supported in netbox-docker 3.2.1, which was 4.3.0
- optionally rebuild your image using `FROM netboxcommunity/netbox:v4.3.0-3.2.1`
- optionally (as above) rebuild your image using `FROM netboxcommunity/netbox:v4.3.0-3.2.1`
- start and test
- change branch to netbox-docker 3.3.3
- optionally rebuild your image using `FROM netboxcommunity/netbox:v4.3.2-3.3.0`
- optionally (as above) 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