File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 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.27 /etcd-v3.3.27 -windows-amd64.zip
4- SET PATRONI_REF = https://github.com/zalando/patroni/archive/refs/tags/v2.1.4 .zip
3+ SET ETCD_REF = https://github.com/etcd-io/etcd/releases/download/v3.5.6 /etcd-v3.5.6 -windows-amd64.zip
4+ SET PATRONI_REF = https://github.com/zalando/patroni/archive/refs/tags/v2.1.5 .zip
55SET MICRO_REF = https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip
66SET WINSW_REF = https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW.NET461.exe
7- SET VIP_REF = https://github.com/cybertec-postgresql/vip-manager/releases/download/v1 .0.1 /vip-manager_1 .0.1-1_amd64 .zip
7+ SET VIP_REF = https://github.com/cybertec-postgresql/vip-manager/releases/download/v2 .0.0-beta2 /vip-manager_2 .0.0-beta2_Windows_x86_64 .zip
88SET PGSQL_REF = https://get.enterprisedb.com/postgresql/postgresql-15.1-1-windows-x64-binaries.zip
9- SET PES_REF = https://github.com/cybertec-postgresql/PES/releases/download/v0.1 /pes.zip
9+ SET PES_REF = https://github.com/cybertec-postgresql/PES/releases/download/v0.2 /pes.zip
1010
1111SET SEVENZIP = " C:\Program Files\7-Zip\7z.exe"
1212
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ advertise-client-urls: http://192.168.178.88:2379
99initial-cluster : win1=http://192.168.178.88:2380,win2=http://192.168.178.89:2380,win3=http://192.168.178.90:2380
1010initial-cluster-token : ' etcd-cluster'
1111initial-cluster-state : ' new'
12- enable-v2 : true
12+ # enable-v2: true
Original file line number Diff line number Diff line change 66 listen : 0.0.0.0:8008
77 connect_address : 192.168.178.88:8008
88
9- etcd :
9+ etcd3 :
1010 hosts :
1111 - 192.168.178.88:2379
1212 - 192.168.178.89:2379
You can’t perform that action at this time.
0 commit comments