diff --git a/postgresql/postgresql.json b/postgresql/postgresql.json index 60e26bca..7089cbbb 100644 --- a/postgresql/postgresql.json +++ b/postgresql/postgresql.json @@ -4,7 +4,7 @@ "9.6": "9.6.24.1", "10.10": "10.10", "11.5": "11.5", - "postgresql": "14.2.1", + "postgresql": "14.2.2", "postgresql-9.4": "9.4.26", "postgresql-10.10": "10.10", "postgresql-9.5": "9.5.25.1", @@ -81,14 +81,14 @@ "13.5": "13.5.1", "postgresql-14.1": "14.1.1", "14.1": "14.1.1", - "postgresql-10.20": "10.20.1", - "10.20": "10.20.1", - "postgresql-11.15": "11.15.1", - "11.15": "11.15.1", - "postgresql-12.10": "12.10.1", - "12.10": "12.10.1", - "postgresql-13.6": "13.6.1", - "13.6": "13.6.1", - "postgresql-14.2": "14.2.1", - "14.2": "14.2.1" + "postgresql-10.20": "10.20.2", + "10.20": "10.20.2", + "postgresql-11.15": "11.15.2", + "11.15": "11.15.2", + "postgresql-12.10": "12.10.2", + "12.10": "12.10.2", + "postgresql-13.6": "13.6.2", + "13.6": "13.6.2", + "postgresql-14.2": "14.2.2", + "14.2": "14.2.2" } diff --git a/postgresql/postgresql.nuspec b/postgresql/postgresql.nuspec index 9d4d024d..f030e7fb 100644 --- a/postgresql/postgresql.nuspec +++ b/postgresql/postgresql.nuspec @@ -2,7 +2,7 @@ postgresql14 - 14.2.1 + 14.2.2 PostgreSQL PostgreSQL Global Development Group majkinetor, cole.mike @@ -29,10 +29,10 @@ PostgreSQL can be used, modified, and distributed by anyone free of charge for a Other parameters could be set via `--ia` argument, for example, to set custom components: ```sh -choco install postgresql13 --params '/Password:test /Port:5433' --ia '--enable-components server' +choco install postgresql13 --params '/Password:test /Port:5433' --ia '--enable-components server,commandlinetools' ``` -See [Silent install options](https://www.enterprisedb.com/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.16.html) for details. +Check all [installer](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads) options by adding `--help` as command line argument. ## Notes diff --git a/postgresql/tools/chocolateyInstall.ps1 b/postgresql/tools/chocolateyInstall.ps1 index 1bb901c8..659b8cf5 100644 --- a/postgresql/tools/chocolateyInstall.ps1 +++ b/postgresql/tools/chocolateyInstall.ps1 @@ -19,8 +19,8 @@ if ($pp.Port) { Write-Host "Using port: $($pp.Port)"; $silentArgs.ServerPort = $ $packageArgs = @{ packageName = $Env:ChocolateyPackageName fileType = 'exe' - url64 = 'https://get.enterprisedb.com/postgresql/postgresql-14.2-1-windows-x64.exe' - checksum64 = '781027D553A163CAD813C936094EDFA623FEBFCC375AC619B1C4DF9ADA5725F1' + url64 = 'https://get.enterprisedb.com/postgresql/postgresql-14.2-2-windows-x64.exe' + checksum64 = 'C165E27C673C3FD757C646C8BDC97D7CD2C5C82D2C129724FE8586E135840075' checksumType64 = 'sha256' url = '' checksum = ''