-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fca5933
commit 08d3d9d
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
## Update procedure | ||
Use `pip install --upgrade netbox-data-flows` in your NetBox venv or run NetBox's `upgrade.sh`, and restart NetBox | ||
## Beta XXXX | ||
Description | ||
|
||
## Compatibility | ||
NetBox: >=3.5.0, <3.6.0 | ||
NetBox: >=3.5.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 | ||
* ... | ||
|
||
|
||
**Full Changelog**: https://github.com/Alef-Burzmali/netbox-data-flows/compare/v0.X.X...v0.X.X |