how to uninstall plugins not to break site #10641
-
Hi, What are the steps to remove / uninstall plugins? I run 3.3.4 and when I removed the installed plugin from configuration.py I got an error page to Netbox and could no longer access it. I had to put the plugin back in the config. TIA |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I think you need to remove the plugin from configuration.py, as you did, and from local_requirements.txt then do a ./upgrade.sh |
Beta Was this translation helpful? Give feedback.
-
That's exactly what I did but thereafter the Netbox frontend was no longer available. I had to add the plugin back. |
Beta Was this translation helpful? Give feedback.
-
I found that as I had an older install that I kept upgrading and by using Azure AD I had a slightly different default config than the latest version. Somehow the social-auth plugin cause all this confusion. Once I reconfigured The issue was never that the plugins being removed broke the Netbox UI but rather an incorrect configuration to make AzureAD SSO work. |
Beta Was this translation helpful? Give feedback.
I found that as I had an older install that I kept upgrading and by using Azure AD I had a slightly different default config than the latest version. Somehow the social-auth plugin cause all this confusion. Once I reconfigured
configuration.py
from scratch and only adding back what is needed I no longer had this issue.The issue was never that the plugins being removed broke the Netbox UI but rather an incorrect configuration to make AzureAD SSO work.