mlebreuil / netbox-contract

Contract plugin for netbox
MIT License
33 stars 8 forks source link

upgrade version #187

Closed MROSSFTEK closed 1 month ago

MROSSFTEK commented 1 month ago

forgive my dumb question.. but the latest version is 2.25. i am running 2.24.. how do you upgrade to the latest version?

mlebreuil commented 1 month ago

Same as the installation.

source /opt/netbox/venv/bin/activate
pip install netbox-contract --upgrade
cd /opt/netbox/netbox/
python3 manage.py migrate