Skip to content
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

Merged
merged 6 commits into from
Jul 17, 2024
Merged

Conversation

ijreilly
Copy link
Collaborator

...to guide user to transition between versions.

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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 add githubReleases and githubStars 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

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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 entry 0003_premium_manta
  • Ensure new schema management approach is thoroughly tested and documented

3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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`
Copy link
Contributor

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.

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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

@ijreilly ijreilly merged commit 37ae993 into main Jul 17, 2024
5 checks passed
@ijreilly ijreilly deleted the add-upgrade-guide-to-website branch July 17, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants