Netbox-floorplan-plugin on Netbox v4.4.5 - errors during install. #20760
Replies: 3 comments 1 reply
-
|
Hi there! Thanks for opening the thread, and sorry you’re running into this. From the traceback it doesn’t look like a NetBox core or plugin bug. Django is trying to apply How to confirm How to fix (typical path)
If this is a brand‑new install, also make sure the plugin is listed in
Hope that helps! If you still hit issues, sharing the output of |
Beta Was this translation helpful? Give feedback.
-
|
hi Pheus, I ran the cmds you provided, the fake process completed zeroing out the migration activities, when I can to runing the migrate process again it fails at step one. I think I've used this pluging in the distant past when I first started using netbox which could explain the bumps, there's no valuable data in that module right now so could I remove the tables it uses or would that cause more trouble? |
Beta Was this translation helpful? Give feedback.
-
|
Hi there! Thanks for trying those commands and for sharing the error message.
You’ve got two good ways forward: Option 1: Start clean by dropping the plugin tables via migrations (destructive)Since you mentioned there’s no valuable data in this module, a clean reset can be simpler and safer than manual
Option 2: Full removal / reinstallFollow the official NetBox docs for plugin removal (there are a few steps beyond just dropping tables): After removal, reinstall and enable the plugin, then run:
If you can share the output of: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've upgraded to Netbox 4.4.5 and I've tried to install the netbox-floorplan-plugin but it seems to fail during the database migrate phase, I can't be sure the fail is as a result of something that's changed in netbox or the plugin now needs attention?
My assumption is the latter of the two above, but I wonder if anyone else has been able to use the floorplan plugin with the latest netbox?
The error I think implys a table is missing.
psycopg.errors.UndefinedTable: relation "netbox_floorplan_floorplan" does not existI've tried adding to local_requirements.txt file, updating the configuration.py and running upgrade.sh to effectively rebuild the netbox install, and the below occurs, if I remove
netbox-floorplan-pluginfrom the configuration.py and re-run the upgrade.sh it all goes through smoothly.Beta Was this translation helpful? Give feedback.
All reactions