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
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...
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) ?
@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
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 🙂
🙂 Thank you!
you are welcome!