-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add upgrade guide section to webiste #6294
Conversation
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.
PR Summary
- Added 'upgrade-guide' entry under 'Self-Hosting' in
packages/twenty-website/src/content/developers/constants/DocsIndex.ts
- Introduced
packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
with commands for upgrading from v0.21.0 to v0.22.0 - Created
packages/twenty-website/src/database/migrations/0003_premium_manta.sql
to addgithubReleases
andgithubStars
tables - Updated schema in
packages/twenty-website/src/database/migrations/meta/0003_snapshot.json
with new tables and columns - Added migration entry '0003_premium_manta' in
packages/twenty-website/src/database/migrations/meta/_journal.json
5 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
PR Summary
(updates since last review)
- Removed
packages/twenty-website/src/database/migrations/0003_premium_manta.sql
- Deleted
packages/twenty-website/src/database/migrations/meta/0003_snapshot.json
- Modified
packages/twenty-website/src/database/migrations/meta/_journal.json
to remove migration entry0003_premium_manta
- Ensure new schema management approach is thoroughly tested and documented
3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
PR Summary
(updates since last review)
- Simplified upgrade process in
packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
- Removed requirement to specify workspace ID in commands
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
PR Summary
(updates since last review)
- Simplified upgrade process in
packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
- Removed requirement to specify workspace ID in commands
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
PR Summary
(updates since last review)
- Added upgrade guide to
packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
- Included steps for Docker Compose users
- Added commands for data migration from v0.21.0 to v0.22.0
- Emphasized database backup before upgrade
- Detailed commands for database migrations and metadata sync
1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings
|
||
2. Upgrade the version by changing the `TAG` value in the .env file near your docker-compose. | ||
|
||
4. Bring Twenty back online with `docker-compose up -d` |
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.
Spelling: Step numbering skips from 2 to 4. Correct the numbering for clarity.
packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
Show resolved
Hide resolved
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.
PR Summary
(updates since last review)
- Corrected step numbering in
packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx
- Ensured clear instructions for Docker Compose upgrade
- Verified data migration commands from v0.21.0 to v0.22.0
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
...to guide user to transition between versions.