have most people shifted to prisma2?
# orm-help
d
have most people shifted to prisma2?
n
I think for everyone who is starting new projects today Prisma 2 is indeed the default! 🙂 But not sure if all Prisma 1 users already upgraded to Prisma 2 (probably not... 😄 )
d
yeah, I was thinking about doing so because I can't connect to Prisma Server on Google Compute Engine. and I hear Prisma 2 doesn't use docker
n
Yes, if you're starting a new project you should definitely use Prisma 2 and not Prisma 1 🙌
d
how's migration though? cause it's not a new project
n
how's migration though?
Do you mean upgrading from Prisma 1 to Prisma 2 or what do you mean exactly?
cause it's not a new project
What kind of project is it? 🙂
If you were talking about upgrading from Prisma 1 to Prisma 2, you can find a lot of documentation will help you here: https://www.prisma.io/docs/guides/upgrade-guides/upgrade-from-prisma-1 🙂
d
ah yeah prisma 1 to prisma 2, it's a little document-scanning project that I'm trying to deploy