Files
Allen Houchins c287582531 Add PostgreSQL 15-17 as Windows FMAs (#47048)
Add winget inputs, install/uninstall scripts, and outputs for PostgreSQL
15, 16 and 17. Each version includes a JSON input manifest,
install/uninstall PowerShell scripts (EnterpriseDB/BitRock installer
with --mode unattended and --unattendedmodeui none), and generated
outputs (per-version windows.json refs and apps.json entries). Also add
frontend SVG icon components and 2x PNG assets for each version to
display in the UI.
2026-06-07 20:27:08 -05:00

13 lines
482 B
JSON

{
"name": "PostgreSQL 16",
"slug": "postgresql-16/windows",
"package_identifier": "PostgreSQL.PostgreSQL.16",
"unique_identifier": "PostgreSQL 16",
"installer_arch": "x64",
"installer_type": "exe",
"installer_scope": "machine",
"default_categories": ["Developer tools"],
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/postgresql-16_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/postgresql-16_uninstall.ps1"
}