From e30892921dcd5fb9801497d99866b8b0271d6efb Mon Sep 17 00:00:00 2001 From: Javier Hualpa Date: Wed, 8 Feb 2023 17:17:45 +0100 Subject: [PATCH] Added timescaledb_toolkit --- build/postgres/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/postgres/Dockerfile b/build/postgres/Dockerfile index 66d1443df..390eb23d7 100644 --- a/build/postgres/Dockerfile +++ b/build/postgres/Dockerfile @@ -50,6 +50,7 @@ RUN if [ "$DFSET" = "centos" ] ; then \ python3-psycopg2 \ rsync \ $( printf '11\n'${PG_MAJOR}'\n14' | sort -VC && echo timescaledb_${PG_MAJOR} ) \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${PG_MAJOR//.} \ file \ gettext \ @@ -84,6 +85,7 @@ else \ python3-psycopg2 \ rsync \ $( printf '11\n'${PG_MAJOR}'\n14' | sort -VC && echo timescaledb_${PG_MAJOR} ) \ + timescaledb-toolkit-postgresql-${PG_MAJOR//.} \ wal2json_${PG_MAJOR//.} \ file \ unzip \