Plugin Upgrade¶
This guide explains how to upgrade the NetBox Toolkit Plugin to a newer version.
Upgrade Process¶
1. Activate Virtual Environment¶
2. Upgrade the Plugin¶
3. Apply Database Migrations¶
Apply any new database migrations that come with the updated version:
4. Collect Static Files¶
Update static files (CSS, JavaScript) to ensure new features display correctly:
5. Restart NetBox Services¶
Restart NetBox to load the new version:
Getting Help¶
If you encounter issues during upgrade:
- Check the Changelog for known issues
- Review GitHub Issues
- Ask in GitHub Discussions