When i try to add migration with " npx prisma migrate dev --name “reservationgendertype” command, console gives error. Was doing fine before.
Error: P1002
The database server at dpg-cmpmc60l5elc73fqblig-a.frankfurt-postgres.render.com
:5432
was reached but timed out.
Please try again.
Please make sure your database server is running at dpg-cmpmc60l5elc73fqblig-a.frankfurt-postgres.render.com
:5432
.
Context: Timed out trying to acquire a postgres advisory lock (SELECT pg_advisory_lock(72707369)). Elapsed: 10000ms. See Development and production for details.
My database is up and running. Is there a way to solve it ?