Upgrade to 3.7.x error CharFields must define a 'max_length' attribute #15377
Replies: 4 comments 4 replies
-
Did you follow the upgrade process? https://docs.netbox.dev/en/stable/installation/upgrading/#4-run-the-upgrade-script |
Beta Was this translation helpful? Give feedback.
-
|
Another problem: python3 manage.py migrate I get back to 3.6.9 |
Beta Was this translation helpful? Give feedback.
-
|
My "solution" line 134 # of file line 546 # of file restart service line 546 # remove |
Beta Was this translation helpful? Give feedback.
-
|
I try another procedure update from 3.6.9 to 3.7.4 and now is OK. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrade to 3.7.x error CharFields must define a 'max_length' attribute
Hello
System Debian 11.9 with all update
Python 3.9.2
I always update my netbox with this method:
cd /opt/netbox
git checkout master
git pull origin master
Now I have version 3.6.6 and when I update to 3.6.9 is ok
git pull origin v3.6.9
But when I update to version 3.7.x I have error:
/var/log/syslog
And no netbox page.
When I back - netbox work fine in v3.6.9
git reset --hard master@{"10 minutes ago"}
What to do to work fine version 3.7.x?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions