Can't reach database server Postgresql

I can no longer deploy my prisma migration via a github action.

My last deployment was 3 months ago. What happened in the meantime ?

Here my database url : postgres://user:password@app-name.flycast:5432/db-name?sslmode=disable

I restarted my postegresql cluster, nothing works.

I can connect via
fly proxy 5432 -a app-name

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.