TwentyT
Twenty11mo ago
73 replies
EbenezerIbiza

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:


 $ docker compose up -d
WARN[0000] The "STORAGE_S3_ENDPOINT" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_REGION" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_REGION" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "STORAGE_S3_ENDPOINT" variable is not set. Defaulting to a blank string.
[+] Running 3/3
 ✘ db Error     manifest for twentycrm/twenty:0.44.0 not found: manifest unknown: manifest unknown                      1.1s
 ✘ server Error manifest for twentycrm/twenty:0.44.0 not found: manifest unknown: manifest unknown                      1.1s
 ✘ worker Error manifest for twentycrm/twenty:0.44.0 not found: manifest unknown: manifest unknown                      1.1s
Error response from daemon: manifest for twentycrm/twenty:0.44.0 not found: manifest unknown: manifest unknown



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?)
Was this page helpful?