Share feedback, ideas and get community help

Updated 4 days ago

Update version from 2.24 to 3.0

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.
B
J
8 comments
@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.
db:migrate should always be safe to apply, it shouldn't break anything.
And yes you always need to run db:migrate
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...
The docker image automatically applies the migration
You should not have to do anything manually
we are not using the docker image; we manually installed this
Add a reply
Sign up and join the conversation on Discord