chore(website): start docs (#11253)

This commit is contained in:
Paul Rastoin
2025-03-28 10:02:51 +01:00
committed by GitHub
parent 8127e4f635
commit 78943b3370

View File

@ -26,6 +26,24 @@ If you want to upgrade your instance by few versions, e.g. from 0.33.0 to 0.35.0
## Version-specific upgrade steps
### v0.44.0 to v0.50.0
Upgrade your Twenty instance to use v0.50.0 image
```
yarn database:migrate:prod
yarn command:prod upgrade
```
### v0.43.0 to v0.44.0
Upgrade your Twenty instance to use v0.44.0 image
```
yarn database:migrate:prod
yarn command:prod upgrade
```
### v0.42.0 to v0.43.0
Upgrade your Twenty instance to use v0.43.0 image