Upgrade 0.22 -> 0.23
Hi, I'm facing an issue during the upgrade from a 0.22 to 0.23 instance.
Following upgrade guide, during the
yarn comand:prod upgrade-0.23
command:
This seems to happen each time, and all notes are missing after the upgrade.
If someone can help, this would be very usefull.
Thanks !3 Replies
Hi, did you run
yarn database:migrate:prod
before running the upgrade?Yes I did, the migration seems good. I can do it again from previous snapshot and post logs if you want
Here is my upgrade process:
- Change twenty version TAG in .env ( 0.22 -> 0.23 )
-
docker compose down
and docker compose up -d
to reload containers with new twenty docker images version
- docker compose exec -it server yarn database:migrate:prod
- docker compose exec -it server yarn command:prod upgrade-0.23
Did I understand well ?Hi Crosp, 0.22 is quite old. It's possible that one of the script is buggy and this will be quite hard to troubleshoot
would you be available for a call later this week?