networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
246 stars 46 forks source link

Documentation Update: When Upgrading/Installing Run Migrations #105

Closed jvanderaa closed 3 years ago

jvanderaa commented 3 years ago

Environment

Steps to Reproduce

  1. Change the pip install from 1.3 to 2.0
  2. Start server
  3. Check on devices, attempt to use the API

Expected Behavior

Everything should be working in a normal state

Observed Behavior

500 errors when using the API and programming errors when navigating to a device in NetBox

Resolution

Run migrations after installing the update

dgarros commented 3 years ago

I think it's already mentioned in the readme (Line 54) Maybe should add a brief section about upgrade