Cannot resolve keyword 'group' into field after upgrade from V4.2.7 to V4.3.3 #19831
Replies: 3 comments 1 reply
-
Just guessing that you have now an incorrect reference somewhere, you have to be really careful if you are running/having two NetBox instances on the same server in parallel. I have never duplicated a psql database with that "create database with template" command so I cannot comment on that. |
Beta Was this translation helpful? Give feedback.
-
First thanks for your fast reply. You are right. It is carfull having more netbox instances on one server. you have to deal with different redis and unicorn ports. I mad a complete new installation without any external plugins and follow strictly the Netbox documentation. Also i follow the guide "Replicating Netbox" and made a backup and restore. Now I get the same error as before. Regards |
Beta Was this translation helpful? Give feedback.
-
Again, Thank you also for the Link! This statemant solve my problem Regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Error Message and Config
I made a copy of the Database in psql via "
create database netbox_43 with template netbox;
All owner rights in the database set to my netbox user,
After then i made a complete new installation in an other directory with V4.3.3
running upgrade.sh and all seems to bee good.
After i went to sites

and klick on button Contacts I got the error message you see above.
Any help would be appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions