Downloads:
11,212
Downloads of v 4.2.0.20171109:
470
Last Update:
09 Nov 2017
Package Maintainer(s):
Software Author(s):
- Serge Rieder
Tags:
admin cross-platform database mysql oracle db2 sql-server postgresql mongodb dbeaverDBeaver - Enterprise Edition
This is not the latest version of DBeaver - Enterprise Edition available.
- 1
- 2
- 3
4.2.0.20171109 | Updated: 09 Nov 2017
Downloads:
11,212
Downloads of v 4.2.0.20171109:
470
Maintainer(s):
Software Author(s):
- Serge Rieder
DBeaver - Enterprise Edition 4.2.0.20171109
This is not the latest version of DBeaver - Enterprise Edition available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Serge Rieder. The inclusion of Serge Rieder trademark(s), if any, upon this webpage is solely to identify Serge Rieder 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 DBeaver - Enterprise Edition, run the following command from the command line or from PowerShell:
To upgrade DBeaver - Enterprise Edition, run the following command from the command line or from PowerShell:
To uninstall DBeaver - Enterprise Edition, 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 dbeaver-ee --internalize --version=4.2.0.20171109 --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 dbeaver-ee -y --source="'INTERNAL REPO URL'" --version="'4.2.0.20171109'" [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 dbeaver-ee -y --source="'INTERNAL REPO URL'" --version="'4.2.0.20171109'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dbeaver-ee
win_chocolatey:
name: dbeaver-ee
version: '4.2.0.20171109'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dbeaver-ee' do
action :install
source 'INTERNAL REPO URL'
version '4.2.0.20171109'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dbeaver-ee
{
Name = "dbeaver-ee"
Version = "4.2.0.20171109"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dbeaver-ee':
ensure => '4.2.0.20171109',
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 09 Nov 2017.
DBeaver is free and open source universal database tool for developers and database administrators.
Features
- Usability is the main goal of this project, program UI is carefully designed and implemented.
- It is multiplatform.
- It is based on opensource framework and allows writing of various extensions (plugins).
- It supports any database having a JDBC driver.
- It may handle any external datasource which may or may not have a JDBC driver.
- There is a set of plugins for certain databases (MySQL, Oracle, DB2, SQL Server, PostgreSQL ...) and different database management utilities (e.g. ERD).
- It has a great number of features.
- DBeaver consumes much less memory than other popular similar software (SQuirreL, DBVisualizer).
- Database metadata is loaded on demand and there is no long-running “metadata caching” procedure at connect time.
- ResultSet viewer (grid) is very fast and consumes very little ammount of memory.
- All remote database operations work in non-blocking mode so DBeaver does not hang if the database server does not respond or if there is a related network issue.
Notes
- This is commercial package which can be tested with trial license. You can also install free Community Edition. See FAQ for differences between 2 versions.
- This installer includes JRE.
Log in or click on link to see number of positives.
- dbeaver-ee-4.2.0-x86_64-setup.exe (45187bd35844) - ## / 64
- dbeaver-ee-4.2.0-x86-setup.exe (44ee0097c684) - ## / 57
- dbeaver-ee.4.2.0.20171109.nupkg (5ac80e6a9593) - ## / 62
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 |
---|---|---|---|---|
DBeaver - Enterprise Edition 7.3.0 | 1266 | Tuesday, December 8, 2020 | Approved | |
DBeaver - Enterprise Edition 7.2.0 | 366 | Monday, September 7, 2020 | Approved | |
DBeaver - Enterprise Edition 7.1.0 | 384 | Thursday, June 18, 2020 | Approved | |
DBeaver - Enterprise Edition 7.0.0 | 407 | Tuesday, March 10, 2020 | Approved | |
DBeaver - Enterprise Edition 6.3.0 | 466 | Monday, December 9, 2019 | Approved | |
DBeaver - Enterprise Edition 6.2.0 | 407 | Tuesday, September 10, 2019 | Approved | |
DBeaver - Enterprise Edition 6.1.0 | 437 | Monday, June 10, 2019 | Approved | |
DBeaver - Enterprise Edition 6.0.0 | 431 | Tuesday, March 12, 2019 | Approved | |
DBeaver - Enterprise Edition 5.3.0 | 447 | Tuesday, December 11, 2018 | Approved | |
DBeaver - Enterprise Edition 5.2.2 | 386 | Wednesday, October 3, 2018 | Approved | |
DBeaver - Enterprise Edition 5.2.0 | 284 | Tuesday, September 11, 2018 | Approved | |
DBeaver - Enterprise Edition 5.1.1 | 442 | Monday, June 18, 2018 | Approved | |
DBeaver - Enterprise Edition 5.1.0 | 354 | Tuesday, June 12, 2018 | Approved | |
DBeaver - Enterprise Edition 5.0.1 | 484 | Wednesday, March 14, 2018 | Approved | |
DBeaver - Enterprise Edition 5.0.0 | 395 | Monday, March 12, 2018 | Approved | |
DBeaver - Enterprise Edition 4.3.0 | 631 | Sunday, December 10, 2017 | Approved | |
DBeaver - Enterprise Edition 4.2.0.20171109 | 470 | Thursday, November 9, 2017 | Approved | |
DBeaver - Enterprise Edition 4.2.0 | 595 | Monday, September 11, 2017 | Approved | |
DBeaver - Enterprise Edition 4.1.1 | 535 | Saturday, August 19, 2017 | Approved | |
DBeaver - Enterprise Edition 4.0.5 | 844 | Monday, April 17, 2017 | Approved | |
DBeaver - Enterprise Edition 4.0.4 | 565 | Monday, April 3, 2017 | Approved | |
DBeaver - Enterprise Edition 3.8.5 | 528 | Sunday, March 19, 2017 | Approved |
Ground Rules:
- This discussion is only about DBeaver - Enterprise Edition and the DBeaver - Enterprise Edition 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 DBeaver - Enterprise Edition, 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.