From 683e060c2af109b46547b07338d3ff16e24920fc Mon Sep 17 00:00:00 2001 From: MarNicGit <47538428+MarNicGit@users.noreply.github.com> Date: Sun, 14 Jun 2020 05:35:27 +0200 Subject: [PATCH] Add PostgreSQL 12.3 (#1728) Co-authored-by: MarNicGit --- manifests/PostgreSQL/PostgreSQL/12.3.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/PostgreSQL/PostgreSQL/12.3.yaml diff --git a/manifests/PostgreSQL/PostgreSQL/12.3.yaml b/manifests/PostgreSQL/PostgreSQL/12.3.yaml new file mode 100644 index 000000000..4095995f3 --- /dev/null +++ b/manifests/PostgreSQL/PostgreSQL/12.3.yaml @@ -0,0 +1,17 @@ +Id: PostgreSQL.PostgreSQL +Version: 12.3 +Name: PostgreSQL +Publisher: The PostgreSQL Global Development Group +License: PostgreSQL License +LicenseUrl: https://www.postgresql.org/about/licence/ +Tags: database +Description: PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. +Homepage: https://www.postgresql.org/ +Installers: + - Arch: x64 + Url: https://get.enterprisedb.com/postgresql/postgresql-12.3-1-windows-x64.exe + Sha256: 1555EAF89DEF457B87637CA2B82F8CACF81B3DA6A0862F5D2BCEE0B1091F4D5C + InstallerType: exe + Switches: + Silent: --mode unattended + SilentWithProgress: --mode unattended --unattendedmodeui minimal \ No newline at end of file