From f795d90702ba88f6602f78e52ad413eb7d759a6f Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Sat, 15 Feb 2025 09:11:57 +0100 Subject: [PATCH] [WEBSITE] Upgrade guide 0.41.0 -> 0.42.0 (#10231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Introduction Upgrade guide from 0.41.0 to 0.42.0 ## Note @guillim I've been searching for references to the new `env vars` added in the Microsoft scope to the version to the `setup.mdx` page, unless I'm mistaken `IS_MICROSOFT_SYNC_ENABLED` seems to be missing ? I'm not sure if it's required or not and on where to add it within the page, could you please give it a look 🙏 ? --- .../src/content/developers/self-hosting/upgrade-guide.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 d88f9fd18..58e703433 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 @@ -30,10 +30,15 @@ If you want to upgrade your instance by few versions, e.g. from 0.33.0 to 0.35.0 Upgrade your Twenty instance to use v0.42.0 image +``` +yarn database:migrate:prod +yarn command:prod upgrade-0.42 +``` + **Environment Variables** - Removed: `FRONT_PORT`, `FRONT_PROTOCOL`, `FRONT_DOMAIN`, `PORT` -- Added: `FRONTEND_URL`, `NODE_PORT` +- Added: `FRONTEND_URL`, `NODE_PORT`, `MAX_NUMBER_OF_WORKSPACES_DELETED_PER_EXECUTION`, `MESSAGING_PROVIDER_MICROSOFT_ENABLED`, `CALENDAR_PROVIDER_MICROSOFT_ENABLED`, `IS_MICROSOFT_SYNC_ENABLED` ### v0.40.0 to v0.41.0