From ea83a28397b83c17aaf66e982562be98e8f3e121 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 27 Feb 2026 21:12:44 +0100 Subject: [PATCH] feat(admin): add supported distributions - We recommend RHEL 10 - RHEL 9 is still supported until we drop PHP 8.2. - We also support Debian 13 - Debian 12 is also supported as long as we support PHP 8.2 - SLES 16 is now also supported as the current release - SLES 15 is still supported as long as we support PHP 8.2 but this requires SP6 or later (currently SP7 is available) - openSUSE Leap 15 is not supported anymore, instead openSUSE Leap 16 was released and is the supported version. Signed-off-by: Ferdinand Thiessen --- admin_manual/installation/system_requirements.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index d182f5930b5..72761c90282 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -16,10 +16,13 @@ For best performance, stability and functionality we have documented some recomm +==================+=======================================================================+ | Operating System | - **Ubuntu 24.04 LTS** (recommended) | | (64-bit) | - Ubuntu 22.04 LTS | -| | - **Red Hat Enterprise Linux 9** (recommended) | +| | - **Red Hat Enterprise Linux 10** (recommended) | +| | - Red Hat Enterprise Linux 9 | +| | - Debian 13 (Trixi) | | | - Debian 12 (Bookworm) | -| | - SUSE Linux Enterprise Server 15 | -| | - openSUSE Leap 15.6 | +| | - SUSE Linux Enterprise Server 16 | +| | - SUSE Linux Enterprise Server 15 SP6 (or later) | +| | - openSUSE Leap 16 | | | - CentOS Stream | | | - Alpine Linux | +------------------+-----------------------------------------------------------------------+ @@ -51,6 +54,7 @@ A 64-bit CPU, OS and PHP is required for Nextcloud to run well. - Dates before Unix Epoch (1970-01-01) are not supported - Dates after 2038 are not supported +- Some external apps may not work with 32-bit systems Memory ^^^^^^