Upgrading from 3.5.8 to 3.6-beta2 #13512
-
Hello everyone! I tried to upgrade our test netbox instance from 3.5.8 to 3.6-beta2 and got the following error after starting netbox: (Debug mode is enabled for detailed debugging) We are using the following plugins, could these be the problem due to incompatibility or is it something else?
Also during the start the logs says the following:
What I could figure out from previous issues/discussions is that this makemigrations is a very developer script and after trying it, it says that everything is up-to-date, nothing to migrate. I tried to delete all of the social auth profiles but it doesn't solved the problem. After hours of debugging I am unable to solve this issues so I'm asking for help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I created the following issue, which is what you ran into: #13513 As a workaround you can set LOGIN_REQUIRED = True if that's possible for your usecase. |
Beta Was this translation helpful? Give feedback.
-
Thank you, it solved my problem. I read your opened issue, I think it would be beneficial, especially for the seamless upgrade between the two sub versions. Or at least mentioning this issue in the "upgrade documents". |
Beta Was this translation helpful? Give feedback.
I created the following issue, which is what you ran into: #13513
As a workaround you can set LOGIN_REQUIRED = True if that's possible for your usecase.