-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to v0.31.0 #7500
Bump version to v0.31.0 #7500
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,8 @@ Migrating a CRM is a bit trickier than migrating a traditional software, because | |
|
||
## v0.21.0 to v0.22.0 | ||
|
||
Upgrade your Twenty instance to use v0.22.0 image | ||
|
||
Run the following commands: | ||
|
||
``` | ||
|
@@ -36,6 +38,8 @@ The `yarn command:prod upgrade-0.22` command will apply specific data transforma | |
|
||
## v0.22.0 to v0.23.0 | ||
|
||
Upgrade your Twenty instance to use v0.23.0 image | ||
|
||
Run the following commands: | ||
|
||
``` | ||
|
@@ -48,6 +52,8 @@ The `yarn command:prod upgrade-0.23` takes care of the data migration, including | |
|
||
## v0.23.0 to v0.24.0 | ||
|
||
Upgrade your Twenty instance to use v0.24.0 image | ||
|
||
Run the following commands: | ||
|
||
``` | ||
|
@@ -80,4 +86,17 @@ yarn command:prod upgrade-0.30 | |
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas) | ||
The `yarn command:prod upgrade-30` takes care of the data migration of all workspaces. | ||
|
||
# v0.30.0 to v0.31.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. style: Inconsistent heading level: Use '##' instead of '#' for consistency with other version upgrade sections |
||
|
||
Upgrade your Twenty instance to use v0.31.0 image | ||
|
||
**Schema and data migration**: | ||
``` | ||
yarn database:migrate:prod | ||
yarn command:prod upgrade-0.31 | ||
``` | ||
|
||
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas) | ||
The `yarn command:prod upgrade-30` takes care of the data migration of all workspaces. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Typo in command name: 'upgrade-30' should be 'upgrade-0.31' |
||
|
||
<ArticleEditContent></ArticleEditContent> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: Typo in command name: 'upgrade-30' should be 'upgrade-0.30'