Upgrade from 0.41.5 to 0.44.0 fails
I have followed the 1-click w docker compose guide to install twenty to latest version. I seem to have gotten 0.41.5
Now I want to upgrade to latest version 0.44.0
I follow the guide on:
https://twenty.com/developers/section/self-hosting/upgrade-guide
This means that I
1. dump the postgres database.
2. Stop twenty
3. Edit .env setting TAG=0.44.0 (previous value was TAG=latest
4. Start twenty using docker compose up -d
Now it fails with this:
Am I missing something? Or is some step in the instructions missing?
Am I supposed to go through each 0.41.0 -> 0.42.0 step, and so on up until latest version?
IF this is what I am supposed to do, then it mentions 'yarn'. What does this mean? Is this something I need to install on the host in addition to docker? (apt install yarnpkg?)
Now I want to upgrade to latest version 0.44.0
I follow the guide on:
https://twenty.com/developers/section/self-hosting/upgrade-guide
This means that I
1. dump the postgres database.
2. Stop twenty
3. Edit .env setting TAG=0.44.0 (previous value was TAG=latest
4. Start twenty using docker compose up -d
Now it fails with this:
Am I missing something? Or is some step in the instructions missing?
Am I supposed to go through each 0.41.0 -> 0.42.0 step, and so on up until latest version?
IF this is what I am supposed to do, then it mentions 'yarn'. What does this mean? Is this something I need to install on the host in addition to docker? (apt install yarnpkg?)