Plugin issue lead to server error django.db.utils.ProgrammingError' #13405
-
Hello, I was attempting to configure netbox-dns-plugin in our installation and I ran into some file permission errors (some things had been sudo'd some hadn't, it was a mess). In the process of trying to resolve those issues I uninstalled the plugin, which since it created database tables, I went through the drop database tables instructions at the bottom (https://docs.netbox.dev/en/stable/plugins/). Now I've reinstalled the plugin and everything seems to be working properly except manage.py migrate won't recreate the tables I dropped. Which means when I attempt to navigate to any of the plugins pages I get an error similar to the one below
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You also need to remove the migration from |
Beta Was this translation helpful? Give feedback.
You also need to remove the migration from
django_migrations
table. You will have to look inside the table and figure which rows belong to the plugin, remove the said rows and then reattempt the installation.