PrismaP
Prisma12mo ago
3 replies
tyler4949

Backing up data with Prisma Postgres

What is the recommended approach for backing up data with Prisma Postgres? Historically I've used pg_dump but after migrating to a Prisma Postgres db, the database url uses an api key instead of a user/pass combo and pg_dump is saying I have an invalid param (api_key)
Was this page helpful?