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
│ . │
│ Error code: P1001 │
│ Error: │
│ Can't reach database server at
│ │
│ Please make sure your database server is running at
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.