diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index 307682d55..028fcb2a4 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -52,7 +52,7 @@ Also copy the LDAP configuration if using LDAP: Be sure to replicate your uploaded media as well. (The exact action necessary will depend on where you choose to store your media, but in general moving or copying the media directory will suffice.) ```no-highlight -# cp -pr /opt/netbox-X.Y.Z/netbox/media/ netbox/netbox/ +# cp -pr /opt/netbox-X.Y.Z/netbox/media/ /opt/netbox/netbox/ ``` Also make sure to copy over any custom scripts and reports that you've made. Note that if these are stored outside the project root, you will not need to copy them. (Check the `SCRIPTS_ROOT` and `REPORTS_ROOT` parameters in the configuration file above if you're unsure.)