This commit is contained in:
Tim Buchwaldt 2017-01-13 10:30:55 +01:00 committed by GitHub
parent b8f230d445
commit 2ce9f33d4e

View File

@ -21,7 +21,7 @@ Copy the 'configuration.py' you created when first installing to the new version
# cp /opt/netbox-X.Y.Z/netbox/netbox/configuration.py /opt/netbox/netbox/netbox/configuration.py # cp /opt/netbox-X.Y.Z/netbox/netbox/configuration.py /opt/netbox/netbox/netbox/configuration.py
``` ```
Incase case you are using LDAP authentication also make sure to copy the LDAP configuration: In case you are using LDAP authentication also make sure to copy the LDAP configuration:
```no-highlight ```no-highlight
# cp /opt/netbox-X.Y.Z/netbox/netbox/ldap_config.py /opt/netbox/netbox/netbox/ldap_config.py # cp /opt/netbox-X.Y.Z/netbox/netbox/ldap_config.py /opt/netbox/netbox/netbox/ldap_config.py