Upgrade 3.3.9 to 3.4.1 DB migrations failing #11355
Replies: 4 comments 1 reply
-
Excerpt from
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue. I cannot ever docker-compose up after, then it says that my docker container is unhealthy. ERROR: for netbox-housekeeping Container "xxxxxxxxxxxx" is unhealthy. ERROR: for netbox-worker Container "xxxxxxxxxxxx" is unhealthy. |
Beta Was this translation helpful? Give feedback.
-
Looks like you have a duplicate name, which is now a problem since #9249. Have a look at your site |
Beta Was this translation helpful? Give feedback.
-
https://pythonhosted.org/django-preflight/creating-checks.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
v3.4.1
Python version
3.10
Steps to Reproduce
docker-compose pull
docker-compose up -d
Expected Behavior
bootstrap, migrate, done.
Observed Behavior
Beta Was this translation helpful? Give feedback.
All reactions