Compare commits
2 commits
master
...
dfaeab2cf5
Author | SHA1 | Date | |
---|---|---|---|
dfaeab2cf5 | |||
8aee2ec76d |
2 changed files with 9 additions and 1 deletions
|
@ -51,7 +51,9 @@ fi
|
|||
# Install python dependencies.
|
||||
# avoid gunicorn, because it will be done in an other type
|
||||
grep -v "^gunicorn==" "\$tmpdir/$src/requirements.txt" \
|
||||
| xargs /opt/netbox/venv/bin/pip3 install -q
|
||||
> "\$tmpdir/$src/requirements.txt.new"
|
||||
/opt/netbox/venv/bin/pip3 install -q -r "\$tmpdir/$src/requirements.txt.new"
|
||||
|
||||
EOF
|
||||
|
||||
if [ -f "$__object/parameter/ldap-server" ]; then
|
||||
|
|
|
@ -31,6 +31,12 @@ version
|
|||
on GitHub at the NetBox project page under
|
||||
"`Releases <https://github.com/netbox-community/netbox/releases>`_".
|
||||
|
||||
Too big version jumps can break the NetBox migration path. It's good
|
||||
practise to don't skip major versions and common that you must upgrade to
|
||||
the latest minor inside the current major version till you can upgrade to
|
||||
the next major version. Diffrent version steps must be done manually as
|
||||
this type only upgrades to the given version directly.
|
||||
|
||||
database
|
||||
PostgreSQL database name.
|
||||
|
||||
|
|
Loading…
Reference in a new issue