From 6241213a562478987c403d26ec42bb01ec8bd1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Serrador?= <61971372+mruiserrmendix@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:34:27 +0200 Subject: [PATCH 1/2] Update linux.md --- .../en/docs/deployment/on-premises-design/linux/linux.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/docs/deployment/on-premises-design/linux/linux.md b/content/en/docs/deployment/on-premises-design/linux/linux.md index b2edbc3d1dc..0461f3e01f8 100644 --- a/content/en/docs/deployment/on-premises-design/linux/linux.md +++ b/content/en/docs/deployment/on-premises-design/linux/linux.md @@ -7,7 +7,12 @@ aliases: - /developerportal/deploy/unix-like/ --- -{{% alert color="warning" %}} Linux deployment is only supported on Debian 10 (buster) for the [Mendix Runtime version 9, 10, and 11](/releasenotes/studio-pro/lts-mts/). We will not add support for any other versions of the Mendix Runtime. Consider using the [Mendix Portable Runtime for Linux](/developerportal/deploy/linux-pad/) option instead. {{% /alert %}} +{{% alert color="warning" %}} Linux deployment is only supported on Debian 10 (buster) for the [Mendix Runtime version 9, 10, and 11](/releasenotes/studio-pro/lts-mts/). We will not add support for any other versions of the Mendix Runtime. Consider using the [Mendix Portable Runtime for Linux](/developerportal/deploy/linux-pad/) option instead. + +With the release of [Mendix Portable Runtime](https://docs.mendix.com/developerportal/deploy/docker-deploy-pad/), we are transitioning away from the M2EE Toolkit toward a modern, container-native approach that packages Mendix applications. As part of this shift, the M2EE Toolkit will begin its deprecation journey by not supporting Mendix 12 and future Runtime versions. + For more information, see the [blog release](https://www.mendix.com/blog/mendix-portable-runtime/). +{{% /alert %}} + ## Introduction From 280cb752c41871f684d19d8634077896a529eff0 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:30:01 +0200 Subject: [PATCH 2/2] Update linux.md --- content/en/docs/deployment/on-premises-design/linux/linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/deployment/on-premises-design/linux/linux.md b/content/en/docs/deployment/on-premises-design/linux/linux.md index 0461f3e01f8..8b181f02991 100644 --- a/content/en/docs/deployment/on-premises-design/linux/linux.md +++ b/content/en/docs/deployment/on-premises-design/linux/linux.md @@ -10,7 +10,8 @@ aliases: {{% alert color="warning" %}} Linux deployment is only supported on Debian 10 (buster) for the [Mendix Runtime version 9, 10, and 11](/releasenotes/studio-pro/lts-mts/). We will not add support for any other versions of the Mendix Runtime. Consider using the [Mendix Portable Runtime for Linux](/developerportal/deploy/linux-pad/) option instead. With the release of [Mendix Portable Runtime](https://docs.mendix.com/developerportal/deploy/docker-deploy-pad/), we are transitioning away from the M2EE Toolkit toward a modern, container-native approach that packages Mendix applications. As part of this shift, the M2EE Toolkit will begin its deprecation journey by not supporting Mendix 12 and future Runtime versions. - For more information, see the [blog release](https://www.mendix.com/blog/mendix-portable-runtime/). + +For more information, see [Mendix Portable Runtime: Deployment, Simplified](https://www.mendix.com/blog/mendix-portable-runtime/). {{% /alert %}}