Prisma shadow database

AnonymousTRIAL

a year ago

Hello, I would like to use prisma's shadow database functionality. For this I need another postgres database. I don't know if I can use the postgres service I already have or I have to recreate one.
https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/shadow-database

0 Replies

AnonymousTRIAL

a year ago

N/A


AnonymousTRIAL

a year ago

I think you can just spin up one that is specific for that? Or you can create a separate db inside the same instance and just point the shadow db url to that one


AnonymousTRIAL

a year ago

Granted I've never done a shadow db myself before, but that is just how I see it