From a07de9ea6717ce6a1b22b6650c38f947b8ddef66 Mon Sep 17 00:00:00 2001 From: Khiem Doan Date: Mon, 4 Aug 2025 16:37:36 +0700 Subject: [PATCH] Update to Postgres 17 Signed-off-by: Khiem Doan --- documentation-samples/datalakehouse/docker-compose.yml | 4 ++-- documentation-samples/deltalake/docker-compose.yml | 2 +- documentation-samples/hudi/docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation-samples/datalakehouse/docker-compose.yml b/documentation-samples/datalakehouse/docker-compose.yml index 9534514..1f1499d 100644 --- a/documentation-samples/datalakehouse/docker-compose.yml +++ b/documentation-samples/datalakehouse/docker-compose.yml @@ -49,7 +49,7 @@ services: retries: 3 metastore_db: - image: postgres:11 + image: postgres:17.5 hostname: metastore_db environment: POSTGRES_USER: hive @@ -148,7 +148,7 @@ services: HUDI_CONF_DIR: /etc/hudi/conf postgresql: - image: quay.io/debezium/postgres:16 + image: quay.io/debezium/postgres:17 restart: always environment: POSTGRES_PASSWORD: postgres diff --git a/documentation-samples/deltalake/docker-compose.yml b/documentation-samples/deltalake/docker-compose.yml index 04bab49..f9941b4 100644 --- a/documentation-samples/deltalake/docker-compose.yml +++ b/documentation-samples/deltalake/docker-compose.yml @@ -49,7 +49,7 @@ services: retries: 3 metastore_db: - image: postgres:11 + image: postgres:17.5 hostname: metastore_db environment: POSTGRES_USER: hive diff --git a/documentation-samples/hudi/docker-compose.yml b/documentation-samples/hudi/docker-compose.yml index 79a1be4..5f8475b 100644 --- a/documentation-samples/hudi/docker-compose.yml +++ b/documentation-samples/hudi/docker-compose.yml @@ -49,7 +49,7 @@ services: retries: 3 metastore_db: - image: postgres:11 + image: postgres:17.5 hostname: metastore_db environment: POSTGRES_USER: hive