Replies: 2 comments 1 reply
-
Hi @ed-ud , If you remove these tables:
And also any
That should reinitialize it properly. (This is not tested; please post any issues you get from this.) |
Beta Was this translation helpful? Give feedback.
-
Before seeing this I tried the normal procedure here: https://netboxlabs.com/docs/netbox/plugins/removal/ That mostly works until you get thru the part about removing the Permission references... then you bump into ObjectChange references (causing "stale_types.delete()" to fail). So it turns out there is a missing step where you must remove all entries in core_objectchange that refer to the stale ContentType values. I ended up manually deleting those from core_objectchange table and then the "stale_types.delete()" part finally worked. And I happened to notice the "custom_objects_*" tables and removed those too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I upgrade to the new version? It doesn't appear to have the proper migrations to make that work...
How do I remove the plugin and related data from the database so I can start over?
Beta Was this translation helpful? Give feedback.
All reactions