-
-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade form 2023.10.4 to 2024.4. Containers server and worker restart #9701
Comments
I'm having a similar issue when trying to upgrade from I do see following error in the worker log
Reverting back to version |
I removed redis,postgres, and both authentik containers then reinstalled the first 2 with the latest tags and the authentik worker with 2024.4.1 and I'm still getting an escape sequence failure. Should i remove everything and go even earlier? |
Hello,
I think this is the reason why the server restart over an over again |
Continuing the investigation, it is when loading lib avatars
It is when loading the lxml lib
I tried directly on the container
|
Upgrade lxml to 5.2.2 in the container unblock the server start. In the pyproject.toml there is no version limit for lxml in release 2024.4.2 in release 2024.4.1 there is a version fixed. I tried the same version as the one in the release 2024.4.1 but there is a compatibility error raising after. To upgrade in the container:
You can test with
If you don't have core dump it is resolved. Then restart (not recreate !!) container and server works. The same needs to be done on worker (same image) If the image restart too quickly here is one line command to do it
|
Upgrading to version |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
I upgrade images the server and the worker
ghcr.io/goauthentik/server:2023.10.4 to ghcr.io/goauthentik/server:latest
Containers server and worker restart again and again
To Reproduce
1 - stop all containers
authentik-worker-1
authentik-server-1
authentik-redis-1
authentik-postgresql-1
2 - change image on authentik-worker-1 and authentik-server-1
3 - restart all containers
Ok :
authentik-redis-1
authentik-postgresql-1
Nok:
authentik-worker-1
authentik-server-1
Containers server and the worker restart again and again. No error in log.
Expected behavior
Containers server and worker start
Logs
Version and Deployment (please complete the following information):
The text was updated successfully, but these errors were encountered: