mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 21:38:13 +00:00
PostgreSQL: Remove from PATH/Add environment variables. (#1099)
* Removed PostgreSQL server from path. * Added new Paths * added another solution for documentation * Fixed path in generator.
This commit is contained in:
@@ -9,6 +9,7 @@ function Get-PostgreSQLMarkdown
|
||||
Version = $pgVersion
|
||||
UserName = $env:PGUSER
|
||||
Password = $env:PGPASSWORD
|
||||
EnvironmentVariables = "PGBIN=$env:PGBIN; <br> PGDATA=$env:PGDATA; <br> PGROOT=$env:PGROOT"
|
||||
Path = $pgRoot
|
||||
ServiceName = $pgService.Name
|
||||
ServiceStatus = $pgService.State
|
||||
|
||||
Reference in New Issue
Block a user