File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11@ ECHO off
22SET MD = PES
3- SET ETCD_REF = https://github.com/etcd-io/etcd/releases/download/v3.3.25/etcd-v3.3.22 -windows-amd64.zip
4- SET PATRONI_REF = https://github.com/zalando/patroni/archive/v2.0.0 .zip
5- SET MICRO_REF = https://github.com/zyedidia/micro/releases/download/v2.0.7 /micro-2.0.7 -win64.zip
3+ SET ETCD_REF = https://github.com/etcd-io/etcd/releases/download/v3.3.25/etcd-v3.3.25 -windows-amd64.zip
4+ SET PATRONI_REF = https://github.com/zalando/patroni/archive/v2.0.1 .zip
5+ SET MICRO_REF = https://github.com/zyedidia/micro/releases/download/v2.0.8 /micro-2.0.8 -win64.zip
66SET WINSW_REF = https://github.com/winsw/winsw/releases/download/v2.10.2/WinSW.NET461.exe
7- SET VIP_REF = https://github.com/cybertec-postgresql/vip-manager/releases/download/v1.0-beta /vip-manager .zip
8- SET PGSQL_REF = https://get.enterprisedb.com/postgresql/postgresql-12.4 -1-windows-x64-binaries.zip
7+ SET VIP_REF = https://github.com/cybertec-postgresql/vip-manager/releases/download/v1.0-beta2 /vip-manager_v1.0_beta2_1_amd64 .zip
8+ SET PGSQL_REF = https://get.enterprisedb.com/postgresql/postgresql-13.1 -1-windows-x64-binaries.zip
99SET SEVENZIP = " C:\Program Files\7-Zip\7z.exe"
1010
1111@ ECHO --- Start bootstrapping ---
@@ -73,7 +73,7 @@ if exist %SEVENZIP% (
7373)
7474MOVE patroni-* %MD% \patroni
7575DEL %MD% \patroni\postgres?.yml
76- COPY src\patroni.yml %MD% \patroni\
76+ COPY src\patroni.yaml %MD% \patroni\
7777@ ECHO --- PATRONI downloaded ---
7878
7979@ ECHO --- Download PATRONI packages ---
File renamed without changes.
You can’t perform that action at this time.
0 commit comments