Skip to content

How to upgrade a blitz app #1672

Answered by flybayer
saleebm asked this question in General
Discussion options

You must be logged in to vote

Hey! Here you go:

  1. Upgrade installed blitz version via npm or yarn
  2. Check Blitz release notes for any breaking changes that you need to fix

The other dependencies can be updated just like normal. They don't depend on the blitz version with the exception of Prisma.

To use Prisma 2.13+, you will use the prisma CLI directly instead of the blitz db migrate command. The blitz db migrate command is going to be removed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by flybayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants