From cb6972c31f3fd517ae1fae1ff6fc88982be48f8a Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Mon, 30 Mar 2026 16:30:02 +0200 Subject: [PATCH 1/2] Add PMP upgrade step --- content/en/docs/private-platform/pmp-quickstart.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/en/docs/private-platform/pmp-quickstart.md b/content/en/docs/private-platform/pmp-quickstart.md index 36adaec3d64..38486252323 100644 --- a/content/en/docs/private-platform/pmp-quickstart.md +++ b/content/en/docs/private-platform/pmp-quickstart.md @@ -622,12 +622,13 @@ Re-running the installation command ensures that the installer fetches the relev If you have installed Private Mendix Platform before, you can upgrade it by doing the following steps: 1. Ensure that your Mendix Operator version is 2.12 or newer. -2. Run the command `./installer platform -n=`, where `-n` indicates the namespace where your Private Mendix Platform is installed. -3. Click **Upgrade Namespace**. +2. Ensure that the number of replicas is no higher than 1. If you have manually changed the default value, make sure you revert it to 1 before attempting the upgrade. +3. Run the command `./installer platform -n=`, where `-n` indicates the namespace where your Private Mendix Platform is installed. +4. Click **Upgrade Namespace**. {{< figure src="/attachments/private-platform/pmp-upgrade1.png" class="no-border" >}} -4. Verify the following settings: +5. Verify the following settings: * **Persist Config** - When enabled, this setting locks the Private Mendix Platform configuration, so that it can no longer be modified from the user interface. * **Project Management** - Recommended. Enables you to create and manage your app projects. Enables app projects and related settings across the portal. Must be enabled for CI/CD capabilities. @@ -637,7 +638,7 @@ If you have installed Private Mendix Platform before, you can upgrade it by doin * **IDP** - Optional. Enable users to login using SSO by configuring your IdP integration. * **Webhook** - Optional. Webhooks allow to send information between platform and external systems, and can be triggered by events around Apps, Users, Groups, Marketplace and CI/CD. -5. Click **Run Upgrade**. +6. Click **Run Upgrade**. {{< figure src="/attachments/private-platform/pmp-upgrade2.png" class="no-border" >}} From 8223c9555df9be362634e8ce50cf2159f05d45cb Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Mon, 30 Mar 2026 16:33:31 +0200 Subject: [PATCH 2/2] consistency: newer > above --- content/en/docs/private-platform/pmp-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/private-platform/pmp-quickstart.md b/content/en/docs/private-platform/pmp-quickstart.md index 38486252323..879855bef15 100644 --- a/content/en/docs/private-platform/pmp-quickstart.md +++ b/content/en/docs/private-platform/pmp-quickstart.md @@ -621,7 +621,7 @@ Re-running the installation command ensures that the installer fetches the relev If you have installed Private Mendix Platform before, you can upgrade it by doing the following steps: -1. Ensure that your Mendix Operator version is 2.12 or newer. +1. Ensure that your Mendix Operator version is 2.12 or above. 2. Ensure that the number of replicas is no higher than 1. If you have manually changed the default value, make sure you revert it to 1 before attempting the upgrade. 3. Run the command `./installer platform -n=`, where `-n` indicates the namespace where your Private Mendix Platform is installed. 4. Click **Upgrade Namespace**.