T
Twenty3w ago
MrT

Docker v.0.41.0 update issue?

I'm trying to do a simple upgrade from v0.40.0 to v0.41.0. Upgrades in the past have always been easy. Changed the tag to the new version, did docker compose up -d and got this db error: manifest for twentycrm/twenty-postgres-spilo:v0.41.0 not found: manifest unknown: manifest unknown Any suggestions?
7 Replies
MrT
MrTOP3w ago
I found this simular but nothing about v0.41: https://github.com/twentyhq/twenty/issues/9901
GitHub
manifest unknown: manifest unknown / Docker compose / one line inst...
VPS: Debian 6.1.112-1 (2024-09-30) x86_64 Date and hours of bugs: 28 January 15:14 How: Following one line script step installation guide https://twenty.com/developers/section/self-hosting/docker-c...
charles
charles3w ago
Hi @MrT, you are right, it seems that v0.41.0 is missing. Could you please use v0.41.5 (or v0.41 which is the same) ?
MrT
MrTOP3w ago
@charles , yes sir I can. Do I still run these commands just like normal? or do I nneed to add the .5? yarn database:migrate:prod yarn command:prod upgrade-0.41
charles
charles3w ago
yes 0-41 is good all patches versions are compatibles and do not need addiitonal migration / upgrade commands so it should not matter on which patch version you are 🙂
MrT
MrTOP3w ago
🙂 Thank you!
charles
charles3w ago
you are welcome!

Did you find this page helpful?