From aa505239be1ad05ace8bd08309a3fb553b7b3ba6 Mon Sep 17 00:00:00 2001 From: Lars Hugelier Date: Tue, 10 Sep 2024 15:09:34 +0200 Subject: [PATCH] Add timescaledb-toolkit Issue: #1507 --- build/postgres/Dockerfile | 2 ++ build/upgrade/Dockerfile | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/build/postgres/Dockerfile b/build/postgres/Dockerfile index de124673f..3354a98ec 100644 --- a/build/postgres/Dockerfile +++ b/build/postgres/Dockerfile @@ -50,6 +50,7 @@ RUN if [ "$DFSET" = "centos" ] ; then \ python3-psycopg2 \ rsync \ timescaledb_${PG_MAJOR//.} \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${PG_MAJOR//.} \ file \ gettext \ @@ -84,6 +85,7 @@ else \ python3-psycopg2 \ rsync \ timescaledb_${PG_MAJOR//.} \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${PG_MAJOR//.} \ file \ unzip \ diff --git a/build/upgrade/Dockerfile b/build/upgrade/Dockerfile index f99caad55..30cf66dd3 100644 --- a/build/upgrade/Dockerfile +++ b/build/upgrade/Dockerfile @@ -40,6 +40,7 @@ RUN if [ "$BASEOS" = "ubi8" ] ; then \ pg_cron_${PG_MAJOR//.} \ $( printf '11\n'${PG_MAJOR} | sort -VC && echo postgresql${PG_MAJOR}-llvmjit ) \ timescaledb_${PG_MAJOR//.} \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${PG_MAJOR//.} \ pgaudit_analyze \ unzip \ @@ -63,6 +64,7 @@ else \ pg_cron_${PG_MAJOR//.} \ $( printf '11\n'${PG_MAJOR} | sort -VC && echo postgresql${PG_MAJOR}-llvmjit ) \ timescaledb_${PG_MAJOR//.} \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${PG_MAJOR//.} \ pgaudit_analyze \ unzip \ @@ -88,6 +90,7 @@ RUN for pg_version in $UPGRADE_PG_VERSIONS; do \ pgnodemx${pg_version} \ $( printf '11\n'${pg_version} | sort -VC && echo postgresql${pg_version}-llvmjit ) \ timescaledb_${PG_MAJOR//.} \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${pg_version} \ pgaudit_analyze \ orafce_${pg_version} ; \ @@ -107,6 +110,7 @@ RUN for pg_version in $UPGRADE_PG_VERSIONS; do \ pgnodemx${pg_version} \ $( printf '11\n'${pg_version} | sort -VC && echo postgresql${pg_version}-llvmjit ) \ timescaledb_${PG_MAJOR//.} \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${pg_version} \ pgaudit_analyze \ orafce_${pg_version} ; \