Parcourir la source

Merge pull request #850 from mryauch/patch-1

Update upgrading.md
Jeremy Stretch il y a 8 ans
Parent
commit
c26e00b5bd
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      docs/installation/upgrading.md

+ 6 - 0
docs/installation/upgrading.md

@@ -27,6 +27,12 @@ If you followed the original installation guide to set up gunicorn, be sure to c
 # cp /opt/netbox-X.Y.Z/gunicorn_config.py /opt/netbox/gunicorn_config.py
 # cp /opt/netbox-X.Y.Z/gunicorn_config.py /opt/netbox/gunicorn_config.py
 ```
 ```
 
 
+Copy the LDAP configuration if using LDAP:
+
+```no-highlight
+# cp /opt/netbox-X.Y.Z/netbox/netbox/ldap_config.py /opt/netbox/netbox/netbox/ldap_config.py
+```
+
 ## Option B: Clone the Git Repository (latest master release)
 ## Option B: Clone the Git Repository (latest master release)
 
 
 This guide assumes that NetBox is installed at `/opt/netbox`. Pull down the most recent iteration of the master branch:
 This guide assumes that NetBox is installed at `/opt/netbox`. Pull down the most recent iteration of the master branch: