From d51e986b1a037243544792e98037fe0bca887725 Mon Sep 17 00:00:00 2001 From: Sebastian Opriel <22075788+SebastianOpriel@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:44:33 +0100 Subject: [PATCH] docs: update deployment guide PostgreSQL version note (#1095) --- docs/deployment-guide/goals/production/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment-guide/goals/production/README.md b/docs/deployment-guide/goals/production/README.md index 771ab7509..407d470f5 100644 --- a/docs/deployment-guide/goals/production/README.md +++ b/docs/deployment-guide/goals/production/README.md @@ -29,7 +29,7 @@ To deploy an EDC multiple deployment units must be deployed and configured. |-------------------------------------------------------------------|---------------------------------------------------------------------------------------------| | An Auth Proxy / Auth solution of your choice. | (deployment specific, required to secure UI and management API) | | Reverse Proxy that merges multiple services and removes the ports | (deployment specific) | -| Postgresql | 13 or compatible version, one for the EDC-data one for the LH-data | +| Postgresql | edc-ce compatible version, see [docker-compose](https://github.com/sovity/edc-ce/blob/main/docker-compose.yaml) | | EDC Backend | edc-ce or edc-ce-mds, see [CHANGELOG.md](../../../../CHANGELOG.md) for compatible versions. | | EDC UI | edc-ui, see [CHANGELOG.md](../../../../CHANGELOG.md) for compatible versions. |