From e44addc35eb02214954aae07a32010e17094e0f7 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 2 Dec 2022 10:04:25 -0800 Subject: [PATCH] 10806 add deactivate to upgrade docs --- docs/installation/3-netbox.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index 72c054e5b..f8888586b 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -238,6 +238,9 @@ sudo PYTHON=/usr/bin/python3.8 /opt/netbox/upgrade.sh !!! note Upon completion, the upgrade script may warn that no existing virtual environment was detected. As this is a new installation, this warning can be safely ignored. +!!! note + If you are upgrading and have the NetBox virtual environment active, you will want to run 'deactivate' before the sudo upgrade.sh command. + ## Create a Super User NetBox does not come with any predefined user accounts. You'll need to create a super user (administrative account) to be able to log into NetBox. First, enter the Python virtual environment created by the upgrade script: