Hi - what is a "courier worker"? I am getting this...
# talk-kratos
r
Hi - what is a "courier worker"? I am getting this error now ...
Copy code
time=2023-04-13T04:47:25Z level=fatal msg=Failed to run courier worker. audience=application error=map[message:ERROR: relation "courier_messages" does not exist (SQLSTATE 42P01)] service_name=kratos service_version=
w
Courier is in charge of emails etc. Check your Kratos database for the courier_messages table. If it doesn’t exist, you might need to run migrations again https://www.ory.sh/docs/kratos/cli/kratos-migrate-sql
r
fwiw: I was using a very old version of kratos, so that was causing the original issue
"0.5.2-alpha.1-sqlite"
learning k8s rn and I mistakenly put v0.11.1 as the version value so it was pulling a very old helm chart
w
Nice find