diff --git a/dev/docker-compose.yml b/dev/docker-compose.yml index efd0d35e13..b9ab5b2c71 100644 --- a/dev/docker-compose.yml +++ b/dev/docker-compose.yml @@ -43,7 +43,7 @@ services: - shared-file-store-volume:/tmp/Alfresco/sfs postgres: - image: postgres:15.4 + image: postgres:16.6 mem_limit: 512m environment: - POSTGRES_PASSWORD=alfresco diff --git a/distribution/src/main/resources/VERSIONS.md b/distribution/src/main/resources/VERSIONS.md index a607237c5d..7f6930266b 100644 --- a/distribution/src/main/resources/VERSIONS.md +++ b/distribution/src/main/resources/VERSIONS.md @@ -58,7 +58,7 @@ This file lists the recommended components for this Service Pack. Use it along w | MySQL | 8.0 | 5.7.23 | | MS SQL Server | 2019 | 2017 | | Oracle | 19c (19.3) | | -| PostgreSQL | 14.4 | 13.7 | +| PostgreSQL | 16.6 | 15.10, 14.15 | | MariaDB | 10.6 | 10.5, 10.4 | | Amazon Aurora PostgreSQL | 14.3 | diff --git a/tests/environment/.env b/tests/environment/.env index 1cafdf459a..8d34e42a13 100644 --- a/tests/environment/.env +++ b/tests/environment/.env @@ -1,6 +1,6 @@ ALFRESCO_TAG=latest SOLR6_TAG=2.0.14-A.1 -POSTGRES_TAG=15.4 +POSTGRES_TAG=16.6 MYSQL_TAG=8.0.30 MARIADB_TAG=10.6 MSSQL_TAG=2019-CU28-ubuntu-20.04 diff --git a/tests/environment/docker-compose-pipeline-all-amps.yml b/tests/environment/docker-compose-pipeline-all-amps.yml index 09b09deba1..98c075e479 100644 --- a/tests/environment/docker-compose-pipeline-all-amps.yml +++ b/tests/environment/docker-compose-pipeline-all-amps.yml @@ -116,7 +116,7 @@ services: " postgres: - image: postgres:15.4 + image: postgres:16.6 mem_limit: 512m environment: - POSTGRES_PASSWORD=alfresco