-
Hi Prefect team, we are using prefect server succefully with a PostgreSQL database v12.20. Right now we would like to upgrade our database to version v16.04. The data migration was done without errors. But during perfect server restart, the error below occurs. Even upgrading prefect (and its transitive dependecies) to the latest version didn't solve the problem! Our setup (dependecies are controlled by poetry): python = "3.11.9" Thanks a lot for any hint ! Error trace: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
We've seen this issue when using PGBouncer (and I suggested a fix for that situation here). As far as I'm aware, PostgreSQL still supports this configuration option (e.g., https://www.postgresql.org/docs/16/jit-decision.html). Are you using some sort of load balancer or anything in front of PSQL that might cause this? |
Beta Was this translation helpful? Give feedback.
@bakahoui no worries we won't leave you hanging like that, we can expose this as a setting! Let's mark this discussion as resolved and I'll post an update in the issue that we'll add this.