Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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::[]

Expand Down
Loading