Skip to content

Commit dad204f

Browse files
committed
[!] add support for etcd v3, closes #50
[+] bump `zalando/patroni` to v2.1.5, closes #51 [+] bump `etcd-io/etcd` to v3.5.6, closes #52 [+] bump `PES` to v0.2, closes #53 [+] bump `vip-manager` to v2.0-beta2
1 parent 8380a3a commit dad204f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

make.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@ECHO off
22
SET 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
55
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip
66
SET 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
88
SET 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

1111
SET SEVENZIP="C:\Program Files\7-Zip\7z.exe"
1212

src/etcd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ advertise-client-urls: http://192.168.178.88:2379
99
initial-cluster: win1=http://192.168.178.88:2380,win2=http://192.168.178.89:2380,win3=http://192.168.178.90:2380
1010
initial-cluster-token: 'etcd-cluster'
1111
initial-cluster-state: 'new'
12-
enable-v2: true
12+
# enable-v2: true

src/patroni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ restapi:
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

0 commit comments

Comments
 (0)