Skip to content

Commit

Permalink
update upgrade guide for 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiko committed Dec 23, 2024
1 parent f71527b commit 8208e7d
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,21 @@ If you used Docker Compose, follow these steps:

## Version-specific upgrade steps

### v0.34.0 to v0.40.0
### v0.34.0 to v0.35.0

- We replaced `ENABLE_DB_MIGRATIONS` with `DISABLE_DB_MIGRATIONS` (default value is now `false`, you probably don't have to set anything)
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)

### v0.33.0 to v0.34.0

Expand Down

0 comments on commit 8208e7d

Please sign in to comment.