Skip to content

Commit

Permalink
Add timescaledb-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Hugelier authored and Lars Hugelier committed Sep 10, 2024
1 parent 9339040 commit aa50523
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -84,6 +85,7 @@ else \
python3-psycopg2 \
rsync \
timescaledb_${PG_MAJOR//.} \
timescaledb-toolkit-postgresql-${PG_MAJOR//.} \
wal2json_${PG_MAJOR//.} \
file \
unzip \
Expand Down
4 changes: 4 additions & 0 deletions build/upgrade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand All @@ -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} ; \
Expand All @@ -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} ; \
Expand Down

0 comments on commit aa50523

Please sign in to comment.