I have one issue which I am not able to figure it ...
# ask-community
s
I have one issue which I am not able to figure it out, I am trying to host prefect locally and trying to use Postgresql for the DB, postgresql version is 10.23, when I am trying to run the migration its giving me error "Unrecognized configuraion parameter jit". The prefect version is 3.0. My question is prefect is compatible with postgres 10.23? Any leads on this error?
w
It looks like Prefect 2.14 required at least Postgres 13, so 10 is probably too old: https://orion-docs.prefect.io/2.14.12/guides/host/#database-versions
🙏 1
Unfortunately the Prefect 3 docs don't say what the minimum postgres version is: https://docs.prefect.io/3.0/manage/self-host
I can tell you that Postgres 15 works well, thats what im using
s
Thank you @Will, I will try to use Postgres 15