You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/private-platform/pmp-quickstart.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -621,13 +621,14 @@ Re-running the installation command ensures that the installer fetches the relev
621
621
622
622
If you have installed Private Mendix Platform before, you can upgrade it by doing the following steps:
623
623
624
-
1. Ensure that your Mendix Operator version is 2.12 or newer.
625
-
2. Run the command `./installer platform -n=<namespace name>`, where `-n` indicates the namespace where your Private Mendix Platform is installed.
626
-
3. Click **Upgrade Namespace**.
624
+
1. Ensure that your Mendix Operator version is 2.12 or above.
625
+
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.
626
+
3. Run the command `./installer platform -n=<namespace name>`, where `-n` indicates the namespace where your Private Mendix Platform is installed.
***Persist Config** - When enabled, this setting locks the Private Mendix Platform configuration, so that it can no longer be modified from the user interface.
633
634
***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
637
638
***IDP** - Optional. Enable users to login using SSO by configuring your IdP integration.
638
639
***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.
0 commit comments