From 11d9d964cc2d4dff7d071125220c63de86a22d73 Mon Sep 17 00:00:00 2001 From: Marie <51697796+ijreilly@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:22:59 +0200 Subject: [PATCH] Add upgrade instructions since v0.50.0 (#11748) Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../src/content/developers/self-hosting/upgrade-guide.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx b/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx index 15472e0fc..a7a6328a6 100644 --- a/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx +++ b/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx @@ -26,14 +26,13 @@ If you want to upgrade your instance by few versions, e.g. from 0.33.0 to 0.35.0 ## Version-specific upgrade steps -{/* -### v0.50.0 to v0.51.0 + +### Since v0.50.0 -We've now added `yarn command:prod upgrade` to the entrypoint.sh[https://github.com/twentyhq/twenty/blob/main/packages/twenty-docker/twenty/entrypoint.sh#L19] file. +We've now added `yarn command:prod upgrade` to the [entrypoint.sh](https://github.com/twentyhq/twenty/blob/main/packages/twenty-docker/twenty/entrypoint.sh#L19) file. This means from now on, you shouldn't have to run any command manually anymore. Just make sure to keep upgrading your instance sequentially, without skipping any major version (e.g. 0.43.3 to 0.44.0 is allowed, but 0.43.1 to 0.45.0 is not). You can view your instance version in the admin panel (at /settings/admin-panel, accessible if your user has canImpersonate property set to true in the database). -*/} ### v0.44.0 to v0.50.0