-
Notifications
You must be signed in to change notification settings - Fork 4.1k
FAQ
- How to check driver version
- How to update driver version
- How to update driver version manually
- How to get logs
The easiest way to check your driver version.
- In Database Navigator, right-click your connection.
- Click Edit Connection.
- In the window that opens, click Test Connection.
- In the pop-up, check the Driver field - that’s your driver version.
To update a driver version:
-
In Database Navigator, right-click your connection.
-
Click Edit Connection.
-
In the window that opens, click Driver Settings.
-
Go to the Libraries tab.
-
Select the driver, then click Download/Update.
- If you see a Download/Update button, it means the driver is available for download/update.
-
In the pop-up, click the arrow in the Version column.

-
Pick a version, then click Download.
Note: DBeaver uses two types of drivers: built-in and downloadable (Maven-based).
You can only change the version for downloadable drivers. To update a built-in driver, update it manually.
To update a driver version manually:
-
In Database Navigator, right-click your connection.
-
Click Edit Connection.
-
In the window that opens, click Driver Settings.
-
Go to the Libraries tab.
-
Double-click the driver file - this opens its folder.
If there’s no driver listed (for example, you deleted it), click Add File or Add Folder, then select the driver file manually.
-
Replace the file with the new version. You need to download the JAR file manually. Sources vary depending on the driver:
- Official vendor site - some drivers are only available on the database vendor’s site.
- GitHub releases - many open-source drivers publish binaries in the Releases section.
- Maven Central - some drivers are available at search.maven.org.
- Other public repositories - some projects host drivers on project-specific sites or custom registries.
Tip: You don’t need to delete the whole folder - just replace or remove old JAR files to avoid conflicts.
-
Click OK, then Test Connection to verify it works.
For details, see Driver Manager guide
To check logs for errors or connection issues navigate to Window -> Show View -> Error Log.
For more info, see log files guide
- Getting started
- DBeaver configuration
-
Security
- Connection settings
- Databases support
- Classic
- Cloud
- Embedded
- File drivers
- Graph
- Database Navigator
- Data Editor
- SQL Editor
- Entity relation diagrams (ERD)
- Cloud services
- AI Assistant
- Data transfer and schema compare
- Task management
- Integrated tools
- Administration
- DBeaver Editions
- FAQ
- Development