Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 1ef4355

Browse files
authored
Merge pull request #108 from postgres-ai/pgbadger10
Use pgBadger v10.*
2 parents a23a780 + 6aa8d47 commit 1ef4355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B97
2424
&& apt-get install -y git postgresql-client-10 pspg pgreplay jq etcd libjson-xs-perl \
2525
&& perl -MCPAN -e'install Text::CSV_XS' \
2626
&& git clone https://github.com/NikolayS/postgres_dba.git /root/postgres_dba \
27-
&& git clone https://github.com/NikolayS/pgbadger.git /root/pgbadger
27+
&& git clone https://github.com/darold/pgbadger.git /root/pgbadger
2828

2929
# additionally, install newer NodeJS, npm, Sqitch, and more
3030
RUN wget -q -S -O - https://deb.nodesource.com/setup_8.x | sudo bash \

nancy_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ if [[ "$RUN_ON" == "localhost" ]]; then
10471047
if [[ -z ${CONTAINER_ID+x} ]]; then
10481048
CONTAINER_HASH=$(docker run --name="pg_nancy_${CURRENT_TS}" \
10491049
-v $TMP_PATH:/machine_home \
1050-
-dit "postgresmen/postgres-with-stuff:pg${PG_VERSION}" \
1050+
-dit "postgresmen/postgres-with-stuff:postgres${PG_VERSION}_pgbadger10" \
10511051
)
10521052
else
10531053
CONTAINER_HASH="$CONTAINER_ID"

0 commit comments

Comments
 (0)