Yau-Hsien Huang 05154dab07
postgresql: Fix "FATAL: role 'postgres' does not exist" (#4095)
A problem, caused by using the old line `Invoke-ExternalCommand -FilePath \"$dir\\bin\\initdb.exe\" -ArgumentList \"--username=postgres --encoding=UTF8 --locale=en --lc-collate=C\" | Out-Null`, occurs in Windows so that people could not login by the default superuser Id "postgres"

By migration to the new line `Invoke-ExternalCommand -FilePath \"$dir\\bin\\initdb.exe\" -ArgumentList @('--username=postgres', '--encoding=UTF8', '--locale=en', '--lc-collate=C') | Out-Null`, the issue is eliminated.
2022-11-06 18:18:02 +05:30
2022-03-15 22:01:35 +08:00

Scoop Main Tests Excavator

Core manifests for Scoop, the Windows command-line installer. For manifests that fit the Main criteria.

How do I install these manifests?

Just do scoop install <manifest>. This is the default bucket for Scoop and is added by default.

How do I contribute new manifests?

To make a new manifest contribution, please read the Contributing Guide.

Description
Mirror of Scoop's Main bucket
Readme Unlicense 131 MiB
Languages
PowerShell 100%