Compare commits

...

1 Commits

Author SHA1 Message Date
Weiko e8dcb393e0 Upgrade 0.33.0
update upgrade-guide
2024-11-21 18:28:53 +01:00
6 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.33.0-canary",
"version": "0.33.0",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.33.0-canary",
"version": "0.33.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.33.0-canary",
"version": "0.33.0",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.33.0-canary",
"version": "0.33.0",
"type": "module",
"main": "./src/index.ts",
"exports": {
+1 -1
View File
@@ -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",
@@ -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.