File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3131 Write-Host " --- Patroni user '$userName ' already exists ---`n " - ForegroundColor green
3232}
3333
34+ Write-Host " --- Installing Etcd service ---" - ForegroundColor blue
35+ etcd\etcd_service.exe install | Out-Default
36+ Write-Host " --- Etcd service sucessfully installed ---" - ForegroundColor green
37+
38+ Write-Host " --- Installing patroni service ---" - ForegroundColor blue
39+ patroni\patroni_service.exe install | Out-Default
40+ Write-Host " --- Patroni service sucessfully installed ---" - ForegroundColor green
41+
42+ Write-Host " --- Installing vip-manager service ---" - ForegroundColor blue
43+ vip- manager\vip-manager_service.exe install | Out-Default
44+ Write-Host " --- vip-manager service sucessfully installed ---" - ForegroundColor green
45+
3446Write-Host " --- Installation sucessfully finished ---" - ForegroundColor green
Original file line number Diff line number Diff line change 55REM Set here your console [sic!] favorite editor
66SET EDITOR = micro\micro.exe
77
8- python.exe patroni\patronictl.py -c patroni.yml %*
8+ python.exe patroni\patronictl.py -c patroni.yaml %*
You can’t perform that action at this time.
0 commit comments