I'm getting an error when the graphql service trie...
# prefect-server
m
I'm getting an error when the graphql service tries to run it's Alembic migrations against an RDS postgres instance. Has anyone seen anything like this before?
Copy code
Error: (psycopg2.errors.SyntaxError) syntax error at or near "REFERENCING"
LINE 61: ...rting_state AFTER INSERT ON public.flow_run_state REFERENCIN...
j
Hi @Matt Allen - I've not seen that before but will check with the team.
m
I think the problem was being on postgres 9 actually, upgrading got us past this error
j
Ah great. Thanks for the update!