update upgrade guide for 0.35 (#9190)
This commit is contained in:
@ -20,12 +20,22 @@ If you used Docker Compose, follow these steps:
|
|||||||
|
|
||||||
## Version-specific upgrade steps
|
## Version-specific upgrade steps
|
||||||
|
|
||||||
### v0.34.0 to v0.40.0
|
### v0.34.0 to v0.35.0
|
||||||
|
|
||||||
|
Upgrade your Twenty instance to use v0.35.0 image
|
||||||
|
|
||||||
|
```
|
||||||
|
yarn database:migrate:prod
|
||||||
|
yarn command:prod upgrade-0.35
|
||||||
|
```
|
||||||
|
|
||||||
|
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas)
|
||||||
|
The `yarn command:prod upgrade-0.35` takes care of the data migration of all workspaces.
|
||||||
|
|
||||||
|
**Environment Variables**
|
||||||
|
|
||||||
- We replaced `ENABLE_DB_MIGRATIONS` with `DISABLE_DB_MIGRATIONS` (default value is now `false`, you probably don't have to set anything)
|
- We replaced `ENABLE_DB_MIGRATIONS` with `DISABLE_DB_MIGRATIONS` (default value is now `false`, you probably don't have to set anything)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### v0.33.0 to v0.34.0
|
### v0.33.0 to v0.34.0
|
||||||
|
|
||||||
Upgrade your Twenty instance to use v0.34.0 image
|
Upgrade your Twenty instance to use v0.34.0 image
|
||||||
|
|||||||
Reference in New Issue
Block a user