File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11$MD = " PES"
22$VCREDIST_REF = " https://aka.ms/vs/17/release/vc_redist.x64.exe"
33$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/patroni /patroni/archive/refs/tags/v4.0.5 .zip"
4+ $PATRONI_REF = " https://github.com/cybertec-postgresql /patroni/archive/refs/heads/ctl-switchover .zip"
55$MICRO_REF = " https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win64.zip"
66$WINSW_REF = " https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe"
77$VIP_REF = " https://github.com/cybertec-postgresql/vip-manager/releases/download/v3.0.0/vip-manager_3.0.0_Windows_x86_64.zip"
8- $PGSQL_REF = " https://get.enterprisedb.com/postgresql/postgresql-17.4 -1-windows-x64-binaries.zip"
8+ $PGSQL_REF = " https://get.enterprisedb.com/postgresql/postgresql-15.12 -1-windows-x64-binaries.zip"
99$PYTHON_REF = " https://www.python.org/ftp/python/3.13.2/python-3.13.2-amd64.exe"
1010# one should change python version in github action workflows when changed here
1111
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function Get-PatroniPackages {
102102 Write-Host " `n --- Download PATRONI packages ---" - ForegroundColor blue
103103 Set-Location " $MD \patroni"
104104 & $PIP download - r requirements.txt - d .patroni- packages
105- & $PIP download pip pip_install setuptools wheel cdiff psycopg - d .patroni- packages
105+ & $PIP download pip pip_install setuptools wheel cdiff psycopg psycopg - binary - d .patroni- packages
106106 Set-Location - Path " ..\.."
107107 Write-Host " `n --- PATRONI packages downloaded ---" - ForegroundColor green
108108}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Write-Host "--- Python runtime installed ---`n" -ForegroundColor green
2121
2222Write-Host " --- Installing Patroni packages ---" - ForegroundColor blue
2323pip3.exe install -- no- index -- find-links .patroni- packages - r requirements.txt
24- pip3.exe install -- no- index -- find-links .patroni- packages psycopg
24+ pip3.exe install -- no- index -- find-links .patroni- packages psycopg psycopg - binary
2525pip3.exe install -- no- index -- find-links .patroni- packages cdiff
2626Set-Location ' ..'
2727Write-Host " --- Patroni packages installed ---`n " - ForegroundColor green
You can’t perform that action at this time.
0 commit comments