#Authentik Update Stuck in Reboot Loop
1 messages · Page 1 of 1 (latest)
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.
You should have a redis volume. You don't have volumes: - redis:/data in your compose for the redis container?
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.