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
janpio
08/18/2020, 8:08 AM
Prisma 1 or Prisma 2?
a
Armaan Dhanji
08/18/2020, 8:13 AM
Prisma 1
j
janpio
08/18/2020, 8:13 AM
Then best ask in #prisma1
a
Armaan Dhanji
08/18/2020, 8:15 AM
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
janpio
08/18/2020, 8:16 AM
No, that should work and give you an impression what is still missing.
janpio
08/18/2020, 8:16 AM
Our docs have a quite elaborate upgrade guide though.
janpio
08/18/2020, 8:17 AM
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
Daniel Norman
08/18/2020, 11:08 AM
We recently held a webinar covering the upgrade path from Prisma 1 to Prisma 2. It’s up on YouTube: