PrismaP
Prisma3mo ago
2 replies
FFcoder

Shadow database errors

I am receving consistent P1001 erros with failed to apply cleanly to the shadow database when trying to run prisma migrate with my postgreSQL database. I have ruled out connection issues and prisma db pull runs without issue. I have tried to manually resynchronize Prisma's migration history which has worked in the past, but I am still getting the P1001 errors. Any ideas or suggestions would be greatly appriciated. thank you

Environment variables loaded from .env
│ Prisma schema loaded from prisma\schema.prisma
│ Datasource "db": PostgreSQL database "postgres", schema "public" at "
│ db.prisma.io:5432"

│ Error: P3006

│ Migration 0_baseline failed to apply cleanly to the shadow database
.
│ Error code: P1001
│ Error:
│ Can't reach database server at db.prisma.io:5432

│ Please make sure your database server is running at db.prisma.io:543 │ │ 2.
Was this page helpful?