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
Prisma AI Help
Prisma AI Help2mo ago
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the #ask-ai channel awaits if you're curious!
RaphaelEtim
RaphaelEtim2mo ago
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.
Nurul
Nurul3w ago
@яσчαℓтℓя 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.
Nurul
Nurul3w ago
Also, can you let me know the primary reason for migrating from Vercel Postgres?

Did you find this page helpful?