Can't migrate docker instance from 3.77 to 4.0.1 #16111
-
Hi there, Don't know if Portainer makes it more difficult, but whenever I try to migrate my docker instance (don't worry, I tried first on a test instance), it starts and then crash Those are the logs of netbox server container (worker & housekeeping will not start) when I start the migration process:
This is my docker compose file:
The only "not standard" thing is I use Authentik as OIDC SSO, so there is some configuration/scrip for it. authentik.py:
Where do we start troubleshooting? Thanks in advance for you help K.R. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Anyone for help? :-) |
Beta Was this translation helpful? Give feedback.
-
A good starting point would be looking at logs for those containers. |
Beta Was this translation helpful? Give feedback.
-
It looks like your docker-compose file isn't based on the latest release of netbox-docker. The healthcheck test was changed from /api to /login for 4.0. You should take a look at the newest version and integrate any changes. |
Beta Was this translation helpful? Give feedback.
-
The container crashed/stopped the same after DB migration, but second start was successfull. |
Beta Was this translation helpful? Give feedback.
It looks like your docker-compose file isn't based on the latest release of netbox-docker. The healthcheck test was changed from /api to /login for 4.0. You should take a look at the newest version and integrate any changes.