Installation - aboutgh/about-pub GitHub Wiki
The installation process depends on the distribution type and your operating system.
DBeaver supports the following operating systems:
- Microsoft Windows: Windows 8.1, Windows Server 2012 or later versions.
- Windows Server: Windows Server 2016 or later versions.
- macOS: macOS 11 or later versions.
For downloading the product, please visit the appropriate links below:
The installer distribution is the recommended method for installing DBeaver on Windows and MacOS. It includes all necessary dependencies. Additionally, the installer automatically upgrades DBeaver to the new version if a previous version is already installed. To install DBeaver, run the installer executable and follow the on-screen instructions.
Note:
- The installer does not modify any system settings or the Java installation.
- The included JDK is accessible only to DBeaver.
- DBeaver includes OpenJDK, which is an open-source version of Java. This means you do not need to purchase a separate Java license to use DBeaver.
To install DBeaver manually without using an installer:
-
Extract the contents of the archive.
Note:
- Do not unzip the archive over a previous version of DBeaver. If you already have any version of DBeaver extracted in the same location, remove it before unzipping the new version.
- All configurations, scripts, and other necessary data are stored in a separate location (usually in the user's home directory), so uninstalling the program does not affect them.
-
Run the dbeaver executable.
To install DBeaver using a Debian package:
- Run
sudo dpkg -i dbeaver-<version>.deb
. - Execute
dbeaver &
.
To install DBeaver using an RPM package:
- Run
sudo rpm -ivh dbeaver-<version>.rpm
. - Execute
dbeaver &
.
Note: To upgrade DBeaver to a newer version, use the
-Uvh
parameter. For instance:sudo rpm -Uvh dbeaver-<version>.rpm
.
This feature is available only on Windows and macOS.
Periodically, DBeaver automatically checks for new versions. If the check is not disabled and a new version is available, it will prompt you to decide whether to upgrade. If you choose to upgrade, the installer will be downloaded and launched automatically upon completion.
Note: DBeaver itself will be gracefully closed to avoid data loss.