Ubuntu Dbeaver Backup Database

I have Dbeaver installed and I have a connection to a PostgreSQL database on a remote server.
I would like to export this database to my local computer, but when I go Tools → Backup database , I see an error

Client home is not specified for connection

What should I indicate and where? I can not find anything about this in the documentation.

+17
source share
4 answers

I am using Windows 7, so it may not work like that, but it's worth a try. First you need to install a local postgresql server. When this is done, it is quite simple, just right-click on your PostgreSQL connection, and then click “Change Connection”. Here you can choose your local client.

I have to say that I am looking long enough for this on my own. Hope this helps.

And this is my first post, sorry if I did something wrong.

Screenshot of server connection:

Server Connection Screenshot

Screen editing settings:

Screenshot editing settings

+24
source

MAC: . , DBeaver , postgresql. , pg_dump . PostgreSQL, : postgresapp.com

11, /Applications/Postgres.app/contents/versions/11/bin , lib : /Applications/Postgres.app/contents/versions/11/bin

DBeaver , . , .

.

enter image description here

+3

I'm on Windows with MariaDB with the same problem → Your suggestion worked for me too! Of course, I had to choose the MariaDB client. Thank!

0
source

Postgres SQL installed using the Enterprise DB installer on Mac OS pg_restorewill be in. /Library/PostgreSQL/10/bin..
So select this location from the DBaaver screenshot for reference , this worked for me ..

0
source

Source: https://habr.com/ru/post/1665802/


All Articles