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.
pes
1 parent 44ad2ff commit 80e86cdCopy full SHA for 80e86cd
src/install.ps1
@@ -44,7 +44,8 @@ if($null -eq $out)
44
}
45
else
46
{
47
- Write-Host "--- Patroni user '$userName' already exists ---`n" -ForegroundColor green
+ Write-Host "--- WARNING: Patroni user '$userName' already exists! ---" -ForegroundColor red
48
+ Write-Host "--- Please, set a correct password in 'patroni\patroni_service.xml'! ---`n" -ForegroundColor red
49
50
51
Write-Host "--- Installing Etcd service ---" -ForegroundColor blue
0 commit comments