From f976289f25c08c81645b723758a88721e147e8f5 Mon Sep 17 00:00:00 2001 From: Shimon Shtein Date: Wed, 8 Jul 2026 15:49:41 +0300 Subject: [PATCH] Switch to postgres 16 as a minimum requirement --- .../proc_installing-postgresql-as-an-external-database.adoc | 6 +++++- ...f_postgresql-as-an-external-database-considerations.adoc | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_installing-postgresql-as-an-external-database.adoc b/guides/common/modules/proc_installing-postgresql-as-an-external-database.adoc index 6e65dc54e71..697bf682bd4 100644 --- a/guides/common/modules/proc_installing-postgresql-as-an-external-database.adoc +++ b/guides/common/modules/proc_installing-postgresql-as-an-external-database.adoc @@ -12,10 +12,14 @@ ifdef::foreman-deb[] The examples below assume PostgreSQL 14 as used on Ubuntu 22.04. If you run {ProjectServer} on Debian 12, you have to adjust the paths of PostgreSQL config and data directories which depend on the PostgreSQL version. endif::[] -ifndef::foreman-deb[] +ifdef::containerized[] +{Project} supports PostgreSQL version 16, available in Enterprise Linux 10 repositories. +endif::[] +ifndef::foreman-deb,containerized[] {Project} supports PostgreSQL version 13. endif::[] + .Prerequisites * The prepared host has base operating system repositories enabled. * The prepared host has sufficient disk space available for the `{postgresql-lib-dir}` directory. diff --git a/guides/common/modules/ref_postgresql-as-an-external-database-considerations.adoc b/guides/common/modules/ref_postgresql-as-an-external-database-considerations.adoc index c10145dff34..c01a6c79ae4 100644 --- a/guides/common/modules/ref_postgresql-as-an-external-database-considerations.adoc +++ b/guides/common/modules/ref_postgresql-as-an-external-database-considerations.adoc @@ -15,7 +15,10 @@ ifdef::foreman-deb[] {Project} requires PostgreSQL version 13 or later. {Team} recommends that you use the PostgreSQL version that is part of the default operating system repositories. endif::[] -ifndef::foreman-deb[] +ifdef::containerized[] +{Project} supports PostgreSQL version 16, available in Enterprise Linux 10 repositories. +endif::[] +ifndef::foreman-deb,containerized[] {Project} supports PostgreSQL version 13. endif::[]