diff --git a/Version.md b/Version.md index 86fdce1..0968af8 100644 --- a/Version.md +++ b/Version.md @@ -57,7 +57,9 @@ docker compose up -d -Example: +## Example + +### Scenario You're logging into netbox and get a message saying @@ -70,13 +72,16 @@ You check your running versions in the lower left corner. - in older versions you'll only see the version of netbox +### Investigate the double dependencies + You want to upgrade in steps - for example: - Coming from netbox-docker 3.2.0 running netbox 4.2.0 - Targeting netbox 4.3.2 as in the upgrade notice - You'll look at the the releases and docker hub tags, you see that __netbox 4.3.2__ is in the latest release along with __netbox-docker 3.3.0__ +- You look at the netbox requirements and see that your postgresql version (17) is fine as they only require a recent one (14) -(supposedly safe) Solution: +### (supposedly safe) Solution: - Run a database backup with a name that tells you the netbox version