From c358097d52f6887faf7957d6482d97b33be32001 Mon Sep 17 00:00:00 2001 From: systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> Date: Tue, 4 Aug 2020 18:26:21 +0200 Subject: [PATCH] Update upgrading.md (#4937) include the local_requirements.txt file to keep ldap from breaking during upgrades. Co-authored-by: Jeremy Stretch --- docs/installation/upgrading.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index c34fef954..807b9b1e6 100644 --- a/docs/installation/upgrading.md +++ b/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 ``` +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: ```no-highlight