I am currently using version 2.24.1 and intend to update to latest (3.0.1). I use docker image. Can I just update the image and call it the day? Do I have to make changes to env variables and /or anything else? I could not find documentation on this.
@Baptiste , I'm in the same boat as above where I'm upgrading from v2.3 --> v3.1.1. Only question I have is the database portion; do I still need to execute db:migrate or can I use the existing schema? If I execute the db:migrate, will it be backward compatible with v2.3.
so I'm trying to run bun db:migrate and getting script not found. Im running in the main directory where I also execute bun install and bunx turbo build --filter=builder... --filter=viewer...