Hi Prisma Team & anyone else. The deployment d...
# orm-help
a
Hi Prisma Team & anyone else. The deployment documentation mention deploying to Heroku, Vercel, etc, but there is currently no guide for Render. (render.com). Is there any advice that you can provide on deploying to Render? Render does not support docker-compose.
j
Prisma 1 or Prisma 2?
a
Prisma 1
j
Then best ask in #prisma1
a
ok, also, I have a Prisma 1 application that is relatively complex. I want to start migrating it to Prisma 2, but i'm not sure if it's too early to be doing so. The main thing is using migrate to take our schema for Prisma 2 and put it in PG. Would you advise against doing this right now?
j
No, that should work and give you an impression what is still missing.
Our docs have a quite elaborate upgrade guide though.
Usually the easiest way to start is to stay with the remaining database and just create the Prisma 2 schema with
npx prisma introspect
.
d
We recently held a webinar covering the upgrade path from Prisma 1 to Prisma 2. It’s up on YouTube:

https://www.youtube.com/watch?v=U0RSdziip5A