From 59be5c2a1663790a1a6310b251b50d1bf32e0f88 Mon Sep 17 00:00:00 2001 From: Ralf Schmid Date: Wed, 1 Jul 2026 11:18:32 +0200 Subject: [PATCH 1/2] Raise supported PostgreSQL and Redis version --- prerequisites/software.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prerequisites/software.rst b/prerequisites/software.rst index 714d0860..786367f8 100644 --- a/prerequisites/software.rst +++ b/prerequisites/software.rst @@ -149,7 +149,7 @@ automatically be installed with the Zammad-Package. ^^^^^^^^^^^^^^^^^^^ Zammad stores its content in a database. The supported database system is -`PostgreSQL `_ 13 or newer. +`PostgreSQL `_ 15 or newer. If no PostgreSQL server could be detected, it will be installed automatically during the package installation. @@ -179,7 +179,7 @@ The following reverse proxies are supported: ^^^^^^^^^ `Redis `_ is required for realtime communication via web -socket. Zammad requires Redis 6 or newer. It gets installed automatically +socket. Zammad requires Redis 7 or newer. It gets installed automatically (package) or is included in the stack (Docker Compose) with a working configuration. However, the installation and configuration is out of scope of this documentation. Please follow the official guides and ensure to set it up in From 98858988f537145c7d07f28d503383502c760f9b Mon Sep 17 00:00:00 2001 From: Ralf Schmid Date: Wed, 1 Jul 2026 14:43:27 +0200 Subject: [PATCH 2/2] Removed Nginx and Apache versions --- prerequisites/software.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/prerequisites/software.rst b/prerequisites/software.rst index 786367f8..69a9c66a 100644 --- a/prerequisites/software.rst +++ b/prerequisites/software.rst @@ -162,14 +162,11 @@ during the package installation. 2.4 Reverse Proxy ^^^^^^^^^^^^^^^^^ -In a typical web environment today, you use a reverse proxy to deliver the -static content of your application. Only the "expensive" app required HTTP -requests are forwarded to the application server. +The following reverse proxies are supported in their currently maintained +versions: -The following reverse proxies are supported: - -- Nginx 1.3+ -- Apache 2.2+ +- Nginx +- Apache .. hint::