Skip to content

Commit

Permalink
Apply changes from Patroni #981 (#311)
Browse files Browse the repository at this point in the history
It fixes behavior for replica bootstrap in the standby_cluster
  • Loading branch information
CyberDem0n authored Feb 21, 2019
1 parent 400205c commit 308d750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postgres-appliance/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@ RUN export DEBIAN_FRONTEND=noninteractive \
fi \
&& pip3 install "patroni[kubernetes$EXTRAS]==$PATRONIVERSION" \

&& curl -sL https://raw.githubusercontent.com/zalando/patroni/e670122c805176a3689a7ddc8849a557038bde58/patroni/ha.py \
> /usr/local/lib/python3.6/dist-packages/patroni/ha.py \

&& for d in /usr/local/lib/python3.6 /usr/lib/python3; do \
cd $d/dist-packages \
&& find . -type d -name tests | xargs rm -fr \
Expand Down

0 comments on commit 308d750

Please sign in to comment.