Skip to content

Commit

Permalink
grabbing an older version of postgres as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Nov 20, 2011
1 parent 5985345 commit c171560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgresql/postgresql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>postgresql</id>
<title>PostgreSQL</title>
<version>9.1.1</version>
<version>8.3.16</version>
<authors>pgsql developers</authors>
<owners>Rob Reynolds</owners>
<summary>PostgreSQL - The world's most advanced open source database.</summary>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/tools/installpostgre.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ try {
Set-Acl $postgrePath $acl

#perform silent install
Install-ChocolateyPackage 'postgresql' 'exe' "--mode unattended --prefix $postgrePath --datadir $($postgrePath)\data --servicename PostgreSQL --superaccount $postgreAccount --superpassword $postgrePassword --serviceaccount $postgreAccount" 'http://get.enterprisedb.com/postgresql/postgresql-9.1.1-1-windows.exe'
Install-ChocolateyPackage 'postgresql' 'exe' "--mode unattended --prefix $postgrePath --datadir $($postgrePath)\data --servicename PostgreSQL --superaccount $postgreAccount --superpassword $postgrePassword --serviceaccount $postgreAccount" 'http://get.enterprisedb.com/postgresql/postgresql-8.3.16-1-windows.exe'
#'http://get.enterprisedb.com/postgresql/postgresql-9.1.1-1-windows-x64.exe'

#Add path
Expand Down

0 comments on commit c171560

Please sign in to comment.