Update images/windows/scripts/build/Install-PostgreSQL.ps1

This commit is contained in:
Lawrence Gripper
2024-12-03 20:33:13 +00:00
committed by GitHub
parent 9d551e43bc
commit 1aad2d246d

View File

@@ -75,7 +75,7 @@ Install-Binary `
-Url $installerUrl `
-InstallArgs $installerArgs `
-ExpectedSignature (Get-ToolsetContent).postgresql.signature `
-InstallerLogPath "$env:TEMP/**/postgresql-install.log"
-InstallerLogPath "$env:TEMP\**\install-postgresql.log"
# Get Path to pg_ctl.exe
$pgPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'postgresql-%'").PathName