#Authentik Update Stuck in Reboot Loop

1 messages · Page 1 of 1 (latest)

manic mulch
#

I updated my Authentik instance 4 days and noticed both my server and worker are now stuck in a reboot loop, crashing each time with the attached error log. I saw #1167151382776791250, but I don't think I am facing the same issue. Please let me know how to fix this issue! Thanks.

manic mulch
#

if anyone has insight as to how #1210100506626629642 was fixed, I believe I'm facing the same issue, but I don't understand how they fixed it in their system.

brisk scarab
#

You should have a redis volume. You don't have volumes: - redis:/data in your compose for the redis container?

manic mulch
#

my deployment is on unraid, so I'm not using docker compose. I have added a redis volume mapped to my data storage folder for docker containers, but I still get the same issue when starting my server.

The contents of .../worker/media are empty. I get this error in my postgresql database:

03/01/2024
03:07:12 AM
2024-03-01 03:07:12.452 EST [86] WARNING:  database "authentik" has a collation version mismatch
03/01/2024
03:07:12 AM
2024-03-01 03:07:12.452 EST [86] DETAIL:  The database was created using collation version 2.31, but the operating system provides version 2.36.
03/01/2024
03:07:12 AM
2024-03-01 03:07:12.452 EST [86] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE authentik REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
03/01/2024
03:07:58 AM
2024-03-01 03:07:58.248 EST [87] WARNING:  database "authentik" has a collation version mismatch
03/01/2024
03:07:58 AM
2024-03-01 03:07:58.248 EST [87] DETAIL:  The database was created using collation version 2.31, but the operating system provides version 2.36.
03/01/2024
03:07:58 AM
2024-03-01 03:07:58.248 EST [87] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE authentik REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
03/01/2024
03:07:59 AM
2024-03-01 03:07:59.052 EST [88] WARNING:  database "authentik" has a collation version mismatch
03/01/2024
03:07:59 AM
2024-03-01 03:07:59.052 EST [88] DETAIL:  The database was created using collation version 2.31, but the operating system provides version 2.36.
03/01/2024
03:07:59 AM
2024-03-01 03:07:59.052 EST [88] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE authentik REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.