Skip to content

Commit

Permalink
Upgrade 0.33.0
Browse files Browse the repository at this point in the history
update upgrade-guide
  • Loading branch information
Weiko committed Nov 21, 2024
1 parent 1c04b2b commit e8dcb39
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/twenty-emails/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.33.0-canary",
"version": "0.33.0",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/twenty-front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.33.0-canary",
"version": "0.33.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/twenty-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.33.0-canary",
"version": "0.33.0",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/twenty-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.33.0-canary",
"version": "0.33.0",
"type": "module",
"main": "./src/index.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/twenty-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twenty-website",
"version": "0.33.0-canary",
"version": "0.33.0",
"private": true,
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@ yarn command:prod upgrade-0.32
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas)
The `yarn command:prod upgrade-0.32` takes care of the data migration of all workspaces.

## v0.32.0 to v0.33.0

Upgrade your Twenty instance to use v0.33.0 image

**Schema and data migration**:
```
yarn database:migrate:prod
yarn command:prod upgrade-0.33
```

The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas)
The `yarn command:prod upgrade-0.33` takes care of the data migration of all workspaces.

### Environment Variables

We have updated the way we handle the Redis connection.
Expand Down

0 comments on commit e8dcb39

Please sign in to comment.