DBeaver cannot connect PostgreSQL due to driver error

Viewed 24

I am getting following error when I try to connect to PostgreSQL database on a Docker container during downloading and installing phase of PostgreSQL drivers:

Driver file download failed. Do you want to retry?
Reason: Maven artifact 'maven:/net.postgis:postgis-jdbc:RELEASE' not found

On the other hand, when I run DBeaver via command line as admin, I can connect to the database. But not want to run DBeaver on terminal and want to fix that problem. I tried to add drivers as jar file but it does not fix the problem. So, how can I fix this problem?

enter image description here

0 Answers
Related