Downloads:
797,401
Downloads of v 8.12.0:
5,456
Last Update:
03 Oct 2024
Package Maintainer(s):
Software Author(s):
- The PostgreSQL Global Development Group
- Current Maintainer: Dave Page
Tags:
pgadmin4 pgadmin postgres postgresql adminpgAdmin 4
- 1
- 2
- 3
8.12.0 | Updated: 03 Oct 2024
Downloads:
797,401
Downloads of v 8.12.0:
5,456
Maintainer(s):
Software Author(s):
- The PostgreSQL Global Development Group
- Current Maintainer: Dave Page
pgAdmin 4 8.12.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The PostgreSQL Global Development Group, Current Maintainer: Dave Page. The inclusion of The PostgreSQL Global Development Group, Current Maintainer: Dave Page trademark(s), if any, upon this webpage is solely to identify The PostgreSQL Global Development Group, Current Maintainer: Dave Page goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install pgAdmin 4, run the following command from the command line or from PowerShell:
To upgrade pgAdmin 4, run the following command from the command line or from PowerShell:
To uninstall pgAdmin 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 pgadmin4 --internalize --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 pgadmin4 -y --source="'INTERNAL REPO URL'" [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 pgadmin4 -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pgadmin4
win_chocolatey:
name: pgadmin4
version: '8.12.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pgadmin4' do
action :install
source 'INTERNAL REPO URL'
version '8.12.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pgadmin4
{
Name = "pgadmin4"
Version = "8.12.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pgadmin4':
ensure => '8.12.0',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 06 Nov 2024.
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
pgAdmin is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases. The graphical interface supports all PostgreSQL features and makes administration easy. The application also includes a syntax highlighting SQL editor, a server-side code editor, an SQL/batch/shell job scheduling agent, support for the Slony-I replication engine and much more. Server connection may be made using TCP/IP or Unix Domain Sockets (on *nix platforms), and may be SSL encrypted for security. No additional drivers are required to communicate with the database server.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'pgadmin 4*'
fileType = 'EXE'
validExitCodes= @(0, 3010, 1605, 1614, 1641)
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- pgadmin4.8.12.0.nupkg (c03c7a2e7e7a) - ## / 64
- pgadmin4-8.12-x64.exe (2b28b9a70b1e) - ## / 63
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 |
---|---|---|---|---|
pgAdmin 4 8.12.0 | 5456 | Thursday, October 3, 2024 | Approved | |
pgAdmin 4 8.10.0 | 4552 | Thursday, August 15, 2024 | Approved | |
pgAdmin 4 8.8.0 | 5107 | Wednesday, June 12, 2024 | Approved | |
pgAdmin 4 8.6.0 | 2824 | Thursday, May 16, 2024 | Approved | |
pgAdmin 4 8.5.0 | 3260 | Friday, April 12, 2024 | Approved | |
pgAdmin 4 8.4.0 | 1700 | Tuesday, April 2, 2024 | Approved | |
pgAdmin 4 8.2.0 | 5107 | Thursday, February 1, 2024 | Approved | |
pgAdmin 4 8.1.0 | 3433 | Thursday, December 14, 2023 | Approved | |
pgAdmin 4 8.0.0 | 2331 | Friday, November 24, 2023 | Approved | |
pgAdmin 4 7.8.0 | 3197 | Friday, October 20, 2023 | Approved | |
pgAdmin 4 7.7.0.20231017 | 854 | Tuesday, October 17, 2023 | Approved | |
pgAdmin 4 7.7.0 | 293 | Tuesday, October 17, 2023 | Approved | |
pgAdmin 4 6.13 | 245233 | Friday, August 26, 2022 | Approved | |
pgAdmin 4 6.12 | 56300 | Friday, July 29, 2022 | Approved | |
pgAdmin 4 6.11 | 50896 | Friday, July 1, 2022 | Approved | |
pgAdmin 4 6.10 | 50232 | Friday, June 3, 2022 | Approved | |
pgAdmin 4 6.9 | 43711 | Friday, May 13, 2022 | Approved | |
pgAdmin 4 6.8 | 66764 | Friday, April 8, 2022 | Approved | |
pgAdmin 4 6.7 | 9935 | Sunday, March 27, 2022 | Approved | |
pgAdmin 4 6.4 | 14890 | Friday, January 14, 2022 | Approved | |
pgAdmin 4 6.2 | 3944 | Thursday, December 9, 2021 | Approved | |
pgAdmin 4 6.1 | 4773 | Friday, October 22, 2021 | Approved | |
pgAdmin 4 6.0 | 2242 | Wednesday, October 13, 2021 | Approved | |
pgAdmin 4 5.7 | 4971 | Friday, September 10, 2021 | Approved | |
pgAdmin 4 5.6 | 506 | Thursday, September 9, 2021 | Approved | |
pgAdmin 4 5.5 | 3817 | Wednesday, August 4, 2021 | Approved | |
pgAdmin 4 5.4 | 5038 | Friday, June 18, 2021 | Approved | |
pgAdmin 4 5.3 | 1644 | Friday, June 11, 2021 | Approved | |
pgAdmin 4 5.2 | 3434 | Monday, May 17, 2021 | Approved | |
pgAdmin 4 5.1 | 4724 | Tuesday, March 30, 2021 | Approved | |
pgAdmin 4 5.0 | 2956 | Wednesday, March 10, 2021 | Approved | |
pgAdmin 4 4.30 | 9879 | Tuesday, February 2, 2021 | Approved | |
pgAdmin 4 4.29 | 4119 | Friday, January 8, 2021 | Approved | |
pgAdmin 4 4.28 | 9472 | Thursday, November 12, 2020 | Approved | |
pgAdmin 4 4.27 | 162 | Thursday, November 12, 2020 | Approved | |
pgAdmin 4 4.26.0.20201005 | 13445 | Monday, October 5, 2020 | Approved | |
pgAdmin 4 4.26 | 6296 | Wednesday, September 30, 2020 | Approved | |
pgAdmin 4 4.25 | 15510 | Friday, August 21, 2020 | Approved | |
pgAdmin 4 4.24 | 13951 | Thursday, July 23, 2020 | Approved | |
pgAdmin 4 4.23.0.20200720 | 2589 | Tuesday, July 21, 2020 | Approved | |
pgAdmin 4 4.23 | 1902 | Thursday, July 2, 2020 | Approved | |
pgAdmin 4 4.22 | 18091 | Monday, June 8, 2020 | Approved | |
pgAdmin 4 4.21 | 2934 | Friday, May 8, 2020 | Approved | |
pgAdmin 4 4.20 | 2405 | Sunday, April 5, 2020 | Approved | |
pgAdmin 4 4.19 | 3148 | Sunday, March 8, 2020 | Approved | |
pgAdmin 4 4.18 | 1569 | Tuesday, February 25, 2020 | Approved | |
pgAdmin 4 4.17 | 2621 | Saturday, January 25, 2020 | Approved | |
pgAdmin 4 4.16 | 1890 | Thursday, January 9, 2020 | Approved | |
pgAdmin 4 4.15 | 2509 | Thursday, November 28, 2019 | Approved | |
pgAdmin 4 4.14 | 2454 | Sunday, October 27, 2019 | Approved | |
pgAdmin 4 4.13 | 3232 | Thursday, September 26, 2019 | Approved | |
pgAdmin 4 4.12 | 1718 | Thursday, September 12, 2019 | Approved | |
pgAdmin 4 4.11 | 2774 | Thursday, August 8, 2019 | Approved | |
pgAdmin 4 4.10 | 2212 | Sunday, July 7, 2019 | Approved | |
pgAdmin 4 4.9 | 716 | Wednesday, July 3, 2019 | Approved | |
pgAdmin 4 4.8 | 1363 | Wednesday, June 19, 2019 | Approved | |
pgAdmin 4 4.7 | 1415 | Sunday, June 2, 2019 | Approved | |
pgAdmin 4 4.6 | 1818 | Monday, May 6, 2019 | Approved | |
pgAdmin 4 4.5 | 1553 | Friday, April 12, 2019 | Approved | |
pgAdmin 4 4.4 | 902 | Sunday, April 7, 2019 | Approved | |
pgAdmin 4 4.3 | 1779 | Tuesday, March 12, 2019 | Approved | |
pgAdmin 4 4.1 | 10131 | Tuesday, January 22, 2019 | Approved | |
pgAdmin 4 4.0 | 899 | Monday, January 14, 2019 | Approved | |
pgAdmin 4 3.6 | 1512 | Saturday, December 15, 2018 | Approved | |
pgAdmin 4 3.5 | 1639 | Friday, November 16, 2018 | Approved | |
pgAdmin 4 3.4 | 2454 | Friday, October 12, 2018 | Approved | |
pgAdmin 4 3.3 | 9442 | Thursday, September 13, 2018 | Approved | |
pgAdmin 4 3.2 | 3209 | Tuesday, August 21, 2018 | Approved | |
pgAdmin 4 3.1 | 3159 | Thursday, June 28, 2018 | Approved | |
pgAdmin 4 3.0 | 2394 | Sunday, April 15, 2018 | Approved | |
pgAdmin 4 2.1 | 2563 | Tuesday, January 16, 2018 | Approved | |
pgAdmin 4 2.0 | 2111 | Wednesday, October 18, 2017 | Approved | |
pgAdmin 4 1.6 | 1974 | Sunday, July 23, 2017 | Approved | |
pgAdmin 4 1.5 | 1310 | Tuesday, May 23, 2017 | Approved | |
pgAdmin 4 1.4 | 1032 | Tuesday, April 18, 2017 | Approved | |
pgAdmin 4 1.3 | 1042 | Monday, March 13, 2017 | Approved | |
pgAdmin 4 1.2 | 659 | Friday, March 10, 2017 | Approved | |
pgAdmin 4 1.1 | 813 | Tuesday, December 13, 2016 | Approved |
1996-2024 The PostgreSQL Global Development Group
This package has no dependencies.
Ground Rules:
- This discussion is only about pgAdmin 4 and the pgAdmin 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 pgAdmin 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.