Преглед на файлове

Fix path to find configuration.py on migration

Christophe CHAUVET преди 9 години
родител
ревизия
998608111f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/installation/upgrading.md

+ 1 - 1
docs/installation/upgrading.md

@@ -18,7 +18,7 @@ Download and extract the latest version:
 Copy the 'configuration.py' you created when first installing to the new version:
 
 ```
-# cp /opt/netbox-X.Y.Z/configuration.py /opt/netbox/configuration.py
+# cp /opt/netbox-X.Y.Z/netbox/netbox/configuration.py /opt/netbox/netbox/netbox/configuration.py
 ```
 
 If you followed the original installation guide to set up gunicorn, be sure to copy its configuration as well: