Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
21,994
Downloads of v 2018.2.4:
381
Last Update:
18 Sep 2018
Package Maintainer(s):
Software Author(s):
- JetBrains
Tags:
datagrip admin jetbrains trial 30days- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

JetBrains DataGrip
This is not the latest version of JetBrains DataGrip available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
21,994
Downloads of v 2018.2.4:
381
Maintainer(s):
Software Author(s):
- JetBrains
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
JetBrains DataGrip 2018.2.4
This is not the latest version of JetBrains DataGrip available.
All Checks are Passing
2 Passing Test
To install JetBrains DataGrip, run the following command from the command line or from PowerShell:
To upgrade JetBrains DataGrip, run the following command from the command line or from PowerShell:
To uninstall JetBrains DataGrip, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download datagrip --internalize --version=2018.2.4 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade datagrip -y --source="'STEP 3 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 datagrip -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure datagrip installed
win_chocolatey:
name: datagrip
state: present
version: 2018.2.4
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'datagrip' do
action :install
version '2018.2.4'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: datagrip,
Version: 2018.2.4,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller datagrip
{
Name = 'datagrip'
Ensure = 'Present'
Version = '2018.2.4'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'datagrip':
provider => 'chocolatey',
ensure => '2018.2.4',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install datagrip version="2018.2.4" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. 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 18 Sep 2018.
DataGrip is the multi-engine database environment.
We support MySQL, PostgreSQL, Microsoft SQL Server, Oracle, Sybase, DB2, SQLite,
HyperSQL, Apache Derby and H2. If the DBMS has a JDBC driver you can connect to
it via DataGrip. For any of supported engines it provides database introspection
and various instruments for creating and modifying objects.
Features
- Intelligent query console
- Efficient schema navigation
- Explain plan
- Smart code completion
- On-the-fly analysis and quick-fixes
- Refactorings that work in SQL files and schemas
- Version control integration
$ErrorActionPreference = 'Stop'
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2018.2.4.exe'
checksum = 'b976ebd1a5291d3295fc1ab1770a386053a16b3c805c6c9420bbe96df5ea454d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0, 1641, 3010)
}
Install-ChocolateyPackage @arguments
$ErrorActionPreference = 'Stop'
$packageName = 'DataGrip'
$softwareName = 'JetBrains DataGrip*'
$installerType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
$validExitCodes = @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | ForEach-Object {
$file = "$($_.UninstallString)"
Uninstall-ChocolateyPackage `
-PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
}
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 | ForEach-Object { Write-Warning "- $_.DisplayName" }
}
Log in or click on link to see number of positives.
- datagrip.2018.2.4.nupkg (8acaae2f8aa9) - ## / 61
- datagrip-2018.2.4.exe (b976ebd1a529) - ## / 55
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
JetBrains DataGrip 2020.3.2 | 515 | Thursday, January 28, 2021 | Approved |
JetBrains DataGrip 2020.3.1 | 452 | Thursday, December 24, 2020 | Approved |
JetBrains DataGrip 2020.3 | 414 | Wednesday, November 25, 2020 | Approved |
JetBrains DataGrip 2020.2.3 | 709 | Thursday, September 17, 2020 | Approved |
JetBrains DataGrip 2020.2.2 | 382 | Thursday, August 20, 2020 | Approved |
JetBrains DataGrip 2020.2.1 | 80 | Wednesday, August 19, 2020 | Approved |
JetBrains DataGrip 2020.2 | 328 | Tuesday, July 28, 2020 | Approved |
JetBrains DataGrip 2020.1.5 | 351 | Thursday, June 25, 2020 | Approved |
JetBrains DataGrip 2020.1.4 | 351 | Friday, May 29, 2020 | Approved |
JetBrains DataGrip 2020.1.3 | 381 | Thursday, April 30, 2020 | Approved |
JetBrains DataGrip 2020.1.2 | 178 | Wednesday, April 22, 2020 | Approved |
JetBrains DataGrip 2020.1.1 | 124 | Monday, April 20, 2020 | Approved |
JetBrains DataGrip 2020.1 | 243 | Monday, April 6, 2020 | Approved |
JetBrains DataGrip 2019.3.4 | 309 | Wednesday, March 18, 2020 | Approved |
JetBrains DataGrip 2019.3.3 | 461 | Thursday, February 13, 2020 | Approved |
JetBrains DataGrip 2019.3.2 | 342 | Wednesday, January 22, 2020 | Approved |
JetBrains DataGrip 2019.3.1 | 362 | Thursday, December 19, 2019 | Approved |
JetBrains DataGrip 2019.3 | 240 | Tuesday, December 3, 2019 | Approved |
JetBrains DataGrip 2019.2.6 | 355 | Thursday, October 31, 2019 | Approved |
JetBrains DataGrip 2019.2.5 | 314 | Thursday, September 26, 2019 | Approved |
JetBrains DataGrip 2019.2.4 | 198 | Thursday, September 12, 2019 | Approved |
JetBrains DataGrip 2019.2.3 | 339 | Wednesday, August 28, 2019 | Approved |
JetBrains DataGrip 2019.2.2 | 222 | Friday, August 16, 2019 | Approved |
JetBrains DataGrip 2019.2.1 | 238 | Thursday, August 1, 2019 | Approved |
JetBrains DataGrip 2019.2 | 113 | Tuesday, July 30, 2019 | Approved |
JetBrains DataGrip 2019.1.4 | 306 | Tuesday, July 2, 2019 | Approved |
JetBrains DataGrip 2019.1.3 | 367 | Wednesday, May 22, 2019 | Approved |
JetBrains DataGrip 2019.1.2 | 283 | Wednesday, May 1, 2019 | Approved |
JetBrains DataGrip 2019.1.1 | 149 | Thursday, April 25, 2019 | Approved |
JetBrains DataGrip 2019.1 | 242 | Wednesday, April 3, 2019 | Approved |
JetBrains DataGrip 2018.3.4 | 241 | Wednesday, March 13, 2019 | Approved |
JetBrains DataGrip 2018.3.3 | 260 | Tuesday, February 19, 2019 | Approved |
JetBrains DataGrip 2018.3.2 | 297 | Wednesday, January 23, 2019 | Approved |
JetBrains DataGrip 2018.3.1 | 294 | Wednesday, December 19, 2018 | Approved |
JetBrains DataGrip 2018.3 | 224 | Tuesday, December 4, 2018 | Approved |
JetBrains DataGrip 2018.2.5 | 242 | Wednesday, November 14, 2018 | Approved |
JetBrains DataGrip 2018.2.4 | 381 | Tuesday, September 18, 2018 | Approved |
JetBrains DataGrip 2018.2.3 | 219 | Thursday, September 6, 2018 | Approved |
JetBrains DataGrip 2018.2.2 | 250 | Wednesday, August 15, 2018 | Approved |
JetBrains DataGrip 2018.2.1 | 224 | Friday, August 3, 2018 | Approved |
JetBrains DataGrip 2018.2 | 211 | Thursday, July 26, 2018 | Approved |
JetBrains DataGrip 2018.1.5 | 305 | Wednesday, June 20, 2018 | Approved |
JetBrains DataGrip 2018.1.4 | 307 | Wednesday, May 23, 2018 | Approved |
JetBrains DataGrip 2018.1.3 | 195 | Friday, May 18, 2018 | Approved |
JetBrains DataGrip 2018.1.2 | 253 | Saturday, April 28, 2018 | Approved |
JetBrains DataGrip 2018.1.1 | 238 | Thursday, April 12, 2018 | Approved |
JetBrains DataGrip 2018.1 | 285 | Tuesday, April 3, 2018 | Approved |
JetBrains DataGrip 2017.3.7 | 360 | Wednesday, February 28, 2018 | Approved |
JetBrains DataGrip 2017.3.6 | 253 | Thursday, February 22, 2018 | Approved |
JetBrains DataGrip 2017.3.5 | 248 | Wednesday, February 14, 2018 | Approved |
JetBrains DataGrip 2017.3.4 | 328 | Wednesday, January 17, 2018 | Approved |
JetBrains DataGrip 2017.3.3 | 372 | Wednesday, December 20, 2017 | Approved |
JetBrains DataGrip 2017.3.2 | 249 | Friday, December 15, 2017 | Approved |
JetBrains DataGrip 2017.3.1 | 270 | Thursday, December 14, 2017 | Approved |
JetBrains DataGrip 2017.3 | 269 | Wednesday, December 6, 2017 | Approved |
JetBrains DataGrip 2017.2.3 | 443 | Wednesday, November 15, 2017 | Approved |
JetBrains DataGrip 2017.2.2 | 448 | Wednesday, September 6, 2017 | Approved |
JetBrains DataGrip 2017.2.1 | 357 | Thursday, August 10, 2017 | Approved |
JetBrains DataGrip 2017.2 | 333 | Thursday, July 27, 2017 | Approved |
JetBrains DataGrip 2017.1.5 | 385 | Monday, June 26, 2017 | Approved |
JetBrains DataGrip 2017.1.4 | 383 | Tuesday, May 16, 2017 | Approved |
JetBrains DataGrip 2017.1.3 | 338 | Wednesday, May 3, 2017 | Approved |
JetBrains DataGrip 2017.1.2 | 276 | Tuesday, April 25, 2017 | Approved |
DataGrip 2017.1.1 | 367 | Monday, April 10, 2017 | Approved |
DataGrip 2017.1 | 341 | Friday, March 24, 2017 | Approved |
DataGrip 2016.3.4 | 334 | Friday, March 3, 2017 | Approved |
DataGrip 2016.3 | 373 | Wednesday, December 7, 2016 | Approved |
DataGrip 2016.2.6 | 442 | Friday, November 11, 2016 | Approved |
DataGrip 2016.2.5 | 352 | Sunday, November 6, 2016 | Approved |
DataGrip 1.0.2 | 427 | Saturday, February 20, 2016 | Approved |
DataGrip 1.0.1 | 272 | Saturday, January 16, 2016 | Approved |
Copyright © 2017 JetBrains
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about JetBrains DataGrip and the JetBrains DataGrip 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 JetBrains DataGrip, 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.