Beta 14
Compatibility with NetBox 3.7.x. Should still be compatible with 3.6.x.
Compatibility
NetBox: >=3.6.0
Python: 3.8
Update procedure
- Run NetBox's
upgrade.sh
, and restart NetBox
or
- Activate your NetBox virtual env:
source /opt/netbox/venv/bin/activate
- Update the module code:
pip install --upgrade netbox-data-flows
- Run the migrations:
/opt/netbox/netbox/manage.py migrate netbox_data_flows
- Restart NetBox
Changes
- Compatibility with NetBox 3.7.0
Full Changelog: v0.7.4...v0.8.0