Can we pg_dump or pg_restore?
I would like to migrate a database from Vercel Storage to Prisma Postgres, but currently it doesn't seem possible due to being unable to connect directly.
4 Replies
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the
#ask-ai
channel awaits if you're curious!Hi @яσчαℓтℓя
This is currently not supported as Prisma Postgres is still in early access. https://www.prisma.io/docs/orm/overview/databases/prisma-postgres#temporary-limitations
We should be going to GA later this month and most of this limitations would be addressed.
Prisma Postgres® | Prisma Documentation
This page gives an overview Prisma Postgres®, its main workflows, how to get started, technical details, architecture, limitations, and more.
@яσчαℓтℓя Using pg_dump/pg_restore is now possible. You should be able to migrate your database from Vercel to Prisma Postgres:
https://www.prisma.io/docs/getting-started/prisma-postgres/import-from-existing-database-postgresql
Import from existing Postgres database into Prisma Postgres | Prism...
Learn how to import data from an existing database into Prisma Postgres.
Also, can you let me know the primary reason for migrating from Vercel Postgres?