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} ; \