Explorar o código

Update upgrading.md (#4937)

include the local_requirements.txt file to keep ldap from breaking during upgrades.

Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
systeembeheerder %!s(int64=5) %!d(string=hai) anos
pai
achega
c358097d52
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      docs/installation/upgrading.md

+ 6 - 0
docs/installation/upgrading.md

@@ -30,6 +30,12 @@ Copy the 'configuration.py' you created when first installing to the new version
 # cp netbox-X.Y.Z/netbox/netbox/configuration.py netbox/netbox/netbox/configuration.py
 # cp netbox-X.Y.Z/netbox/netbox/configuration.py netbox/netbox/netbox/configuration.py
 ```
 ```
 
 
+Copy your local requirements file if used:
+
+```no-highlight
+# cp netbox-X.Y.Z/local_requirements.txt netbox/local_requirements.txt
+```
+
 Also copy the LDAP configuration if using LDAP:
 Also copy the LDAP configuration if using LDAP:
 
 
 ```no-highlight
 ```no-highlight