Skip to content

Commit

Permalink
Try wal2json
Browse files Browse the repository at this point in the history
  • Loading branch information
naisila committed Dec 23, 2024
1 parent c603582 commit 0341887
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,7 @@ apt-get install -y --no-install-recommends \
postgresql-client-${PG_MAJOR}=${pgdg_version} \
postgresql-${PG_MAJOR}-dbgsym=${pgdg_version} \
postgresql-server-dev-${PG_MAJOR}=${pgdg_version} \

# wal2json not available yet for PG17
if [ "$PG_MAJOR" != "17" ];
then
apt-get install -y --no-install-recommends --allow-downgrades postgresql-${PG_MAJOR}-wal2json;
fi;
postgresql-${PG_MAJOR}-wal2json \

# clear apt cache
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 0341887

Please sign in to comment.