Downloads:
19,499
Downloads of v 9.4.0.1-beta1:
490
Last Update:
15 Feb 2016
Package Maintainer(s):
Software Author(s):
- pgsql developers
Tags:
postgresql database sql- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PostgreSQL 9.4
This is a prerelease version of PostgreSQL 9.4.
- 1
- 2
- 3
9.4.0.1-beta1 | Updated: 15 Feb 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
19,499
Downloads of v 9.4.0.1-beta1:
490
Maintainer(s):
Software Author(s):
- pgsql developers
PostgreSQL 9.4 9.4.0.1-beta1
This is a prerelease version of PostgreSQL 9.4.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by pgsql developers. The inclusion of pgsql developers trademark(s), if any, upon this webpage is solely to identify pgsql developers goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PostgreSQL 9.4, run the following command from the command line or from PowerShell:
To upgrade PostgreSQL 9.4, run the following command from the command line or from PowerShell:
To uninstall PostgreSQL 9.4, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download postgresql9 --internalize --version=9.4.0.1-beta1 --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade postgresql9 -y --source="'INTERNAL REPO URL'" --version="'9.4.0.1-beta1'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade postgresql9 -y --source="'INTERNAL REPO URL'" --version="'9.4.0.1-beta1'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install postgresql9
win_chocolatey:
name: postgresql9
version: '9.4.0.1-beta1'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'postgresql9' do
action :install
source 'INTERNAL REPO URL'
version '9.4.0.1-beta1'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller postgresql9
{
Name = "postgresql9"
Version = "9.4.0.1-beta1"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'postgresql9':
ensure => '9.4.0.1-beta1',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
This package installs PostgreSQL 9.4. The creation of a package dedicated to the release version matches the distribution methodology employed by EnterpriseDB on Linux, and thus protecting against unwanted or unexpected upgrades.
Installs to %ChocolateyBinRoot%\postgresql9
By default %ChocolateyBinRoot% is C:\tools
Creates the user: postgresql with password: Postgres-1234
Creates, and starts, a Windows Service for PostgreSQL named: postgresql94
This release forked from the PostgreSQL package (https://chocolatey.org/packages/postgresql) by FerventCoder (http://chocolatey.org/profiles/ferventcoder)
PostgreSQL
==========
## Installs PostgreSQL for Windows from EnterpriseDB
* http://www.enterprisedb.com/products-services-training/pgdownload
## Installer Includes pgAdminIII
## Install Location, Service, and User
* Installs to **%ChocolateyBinRoot%\postgresql94**
* By default %ChocolateyBinRoot% is C:\tools
* Creates the user: **postgresql** with password: **Postgres-1234**
* Creates, and starts, a Windows Service for PostgreSQL named: **postgresql94**
## Service Control
* Run these commands from an elevated shell prompt
### Start the Service
```bash
net start PostgreSQL
```
### Stop the Service
```bash
net stop PostgreSQL
```
### Delete (remove) the Service
* **The Program Uninstaller will complain about the missing Service when you uninstall PostgreSQL, but you can safely ignore the warning.**
```bash
sc delete PostgreSQL
```
## Package name
* The **postgresql94** package name was chosen to mirror the **postgresql94** package name on RHEL Linux:
## This version was originally forked from ferventcoder
* ***On Chocolatey.org:*** http://chocolatey.org/profiles/ferventcoder
* ***On GitHub:*** https://github.com/ferventcoder
# 9.1.1-1
# $postgresql_exe_url64 = 'http://get.enterprisedb.com/postgresql/postgresql-9.1.1-1-windows-x64.exe'
# $postgresql_exe_url32 = 'http://get.enterprisedb.com/postgresql/postgresql-9.1.1-1-windows.exe'
# 9.2.1-1
# $postgresql_exe_url64 = 'http://get.enterprisedb.com/postgresql/postgresql-9.2.1-1-windows-x64.exe'
# $postgresql_exe_url32 = 'http://get.enterprisedb.com/postgresql/postgresql-9.2.1-1-windows.exe'
# 9.3.5-1
# $postgresql_exe_url64 = 'http://get.enterprisedb.com/postgresql/postgresql-9.3.5-1-windows-x64.exe'
# $postgresql_exe_url32 = 'http://get.enterprisedb.com/postgresql/postgresql-9.3.5-1-windows.exe'
# 9.4.0-1
$postgresql_exe_url64 = 'http://get.enterprisedb.com/postgresql/postgresql-9.4.0-1-windows-x64.exe'
$postgresql_exe_url32 = 'http://get.enterprisedb.com/postgresql/postgresql-9.4.0-1-windows.exe'
$postgrePath = "$(Get-BinRoot)\postgresql9"
$postgreAccount = 'postgresql'
$postgrePassword = 'Postgres-1234'
$postgreServiceName = 'postgresql9'
Write-Host "PostgreSQL Install Path:....... $postgrePath"
Write-Host "PostgreSQL Install Account....: $postgreAccount"
Write-Host "PostgreSQL Install Password...: $postgrePassword"
Write-Host "PostgreSQL Install ServiceName: $postgreServiceName"
try {
Write-Host "Deleting and recreating $postgreAccount windows account..."
try {
net user $postgreAccount /delete
} catch {
Write-Host "Cannot delete user. User $postgreAccount doesn`'t exist. Which is perfectly fine, it will be created in the next step."
}
$localUser = ([ADSI]"WinNT://$env:computername").Create("User", $postgreAccount)
$localUser.SetPassword($postgrePassword)
$localUser.SetInfo()
try {
$localUserPath = "WinNT://$env:computername/$postgreAccount"
$computer = [ADSI]("WinNT://$env:computername,computer")
$localGroup = $computer.PSBase.Children.Find("Users")
$sysInfo = Get-WmiObject -Class Win32_ComputerSystem
$workGroup = $sysInfo.Workgroup
if ($localGroup.PSBase.Path -like 'WinNT://' + $workGroup + '*') {
$localUserPath = "WinNT://$workGroup/$env:computername/$postgreAccount"
}
if ($localGroup.PSBase.Invoke("IsMember",$localUserPath)) {
$localGroup.PSBase.Invoke("Remove",$localUserPath)
}
} catch {
write-host "Removing $postgreAccount from Users failed. Please do that manually"
start-sleep 5
}
Write-Host "The account $postgreAccount has been created with the password set to $postgrePassword. Please change the password for the $postgreAccount account and update the services to that password"
Start-Sleep 4
Write-Host "Creating $postgrePath folder for installation if it doesn`'t exist"
if (![System.IO.Directory]::Exists($postgrePath)) {[System.IO.Directory]::CreateDirectory($postgrePath)}
Write-Host "Setting folder permissions on $postgrePath to full control for user postgres"
$acl = Get-Acl $postgrePath
$acl.SetAccessRuleProtection($True, $True)
$rule = New-Object System.Security.AccessControl.FileSystemAccessRule("$postgreAccount","FullControl", "ContainerInherit, ObjectInherit", "None", "Allow");
$acl.AddAccessRule($rule);
Set-Acl $postgrePath $acl
$installArgs = "--mode unattended --prefix $postgrePath --datadir $($postgrePath)\data --servicename $postgreServiceName --superaccount $postgreAccount --superpassword $postgrePassword --serviceaccount $postgreAccount"
Install-ChocolateyPackage 'postgresql' 'exe' "$installArgs" "$postgresql_exe_url" "$postgresql_exe_url64"
Install-ChocolateyPath "$($postgrePath)\bin"
Write-ChocolateySuccess 'postgresql'
} catch {
Write-ChocolateyFailure 'postgresql' "$($_.Exception.Message)"
throw
}
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
PostgreSQL 9.6.24.1 | 3015 | Sunday, November 14, 2021 | Approved | |
PostgreSQL 9.6.23.2 | 505 | Sunday, September 26, 2021 | Exempted | |
PostgreSQL 9.6.23.1 | 391 | Sunday, August 15, 2021 | Exempted | |
PostgreSQL 9.6.22.2 | 533 | Friday, May 28, 2021 | Exempted | |
PostgreSQL 9.6.22.1 | 317 | Friday, May 14, 2021 | Approved | |
PostgreSQL 9.6.21.2 | 466 | Friday, April 9, 2021 | Approved | |
PostgreSQL 9.6.21.1 | 664 | Friday, February 12, 2021 | Approved | |
PostgreSQL 9.6.20.1 | 1190 | Saturday, November 14, 2020 | Approved | |
PostgreSQL 9.6.19.1 | 1679 | Friday, August 14, 2020 | Approved | |
PostgreSQL 9.6.18.2 | 170 | Thursday, August 13, 2020 | Approved | |
PostgreSQL 9.6.18 | 1354 | Tuesday, May 19, 2020 | Approved | |
PostgreSQL 9.6.17 | 1169 | Friday, February 14, 2020 | Approved | |
PostgreSQL 9.6.16 | 963 | Friday, November 15, 2019 | Approved | |
PostgreSQL 9.6.15 | 861 | Monday, October 7, 2019 | Approved | |
PostgreSQL 9.6.9.20180721 | 1907 | Sunday, July 22, 2018 | Approved | |
PostgreSQL 9.6.9.20180605 | 441 | Wednesday, June 6, 2018 | Approved | |
PostgreSQL 9.6.9.0 | 539 | Tuesday, May 22, 2018 | Approved | |
PostgreSQL 9.5.25.1 | 248 | Friday, February 12, 2021 | Approved | |
PostgreSQL 9.5.24.1 | 172 | Saturday, November 14, 2020 | Approved | |
PostgreSQL 9.5.23.1 | 172 | Friday, August 14, 2020 | Approved | |
PostgreSQL 9.5.22 | 182 | Tuesday, May 19, 2020 | Approved | |
PostgreSQL 9.5.21 | 234 | Friday, February 14, 2020 | Approved | |
PostgreSQL 9.5.20 | 279 | Friday, November 15, 2019 | Approved | |
PostgreSQL 9.5.19 | 240 | Monday, October 7, 2019 | Approved | |
PostgreSQL 9.4.26 | 302 | Tuesday, February 18, 2020 | Approved | |
PostgreSQL 9.4.25 | 508 | Friday, November 15, 2019 | Approved | |
PostgreSQL 9.4.24 | 253 | Thursday, October 3, 2019 | Approved | |
PostgreSQL 9.4 9.4.0.1-beta1 | 490 | Monday, February 15, 2016 | Exempted | |
PostgreSQL 9.3.25 | 70 | Sunday, February 12, 2023 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about PostgreSQL 9.4 and the PostgreSQL 9.4 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PostgreSQL 9.4, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.