We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a546257 commit e642246Copy full SHA for e642246
env.ps1
@@ -1,7 +1,7 @@
1
$MD = "PES"
2
$VCREDIST_REF = "https://aka.ms/vs/17/release/vc_redist.x64.exe"
3
$ETCD_REF = "https://github.com/etcd-io/etcd/releases/download/v3.5.18/etcd-v3.5.18-windows-amd64.zip"
4
-$PATRONI_REF = "https://github.com/cybertec-postgresql/patroni/archive/refs/heads/ctl-switchover.zip"
+$PATRONI_REF = "https://github.com/patroni/patroni/archive/refs/tags/v4.0.5.zip"
5
$MICRO_REF = "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win64.zip"
6
$WINSW_REF = "https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe"
7
$VIP_REF = "https://github.com/cybertec-postgresql/vip-manager/releases/download/v3.0.0/vip-manager_3.0.0_Windows_x86_64.zip"
0 commit comments