mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Add reminder to copy ldap config
This commit is contained in:
parent
424c2a59d6
commit
b8f230d445
@ -21,6 +21,12 @@ 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:
|
||||||
|
|
||||||
|
```no-highlight
|
||||||
|
# cp /opt/netbox-X.Y.Z/netbox/netbox/ldap_config.py /opt/netbox/netbox/netbox/ldap_config.py
|
||||||
|
```
|
||||||
|
|
||||||
If you followed the original installation guide to set up gunicorn, be sure to copy its configuration as well:
|
If you followed the original installation guide to set up gunicorn, be sure to copy its configuration as well:
|
||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
|
Loading…
Reference in New Issue
Block a user