Hi guys!! I want to upgrade from prisma 1 to 2 in ...
# orm-help
m
Hi guys!! I want to upgrade from prisma 1 to 2 in a currently relatively small app. Where can I find the most recent documentation on how to do that? Is this issue on github the most up to date version? Where can I find the most up to date guide on how to do that, is there one in the docs? Is it the "Set up prisma -> Add to an existing project"? Thank you!
r
Hey @Matheus Assis 👋 There's a guide written here, and there's a CLI as well in that which will help you to upgrade your schema to Prisma 2. You can test that as it's experimental and we are still developing the CLI.
m
It is pretty important for our app to be compatible with mysql 8 and only prisma 2 is. So we have to do the upgrade. Thank you for the quick response!
👍 1