Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ubuntu Dbeaver backup database [closed]

I have Dbeaver installed and I have a connection to a PostgreSQL database on a remote server.
I'd like to export this database to my local PC but when I go to Tools -> Backup database I see an error

Client home is not specified for connection

What should I specify and where? I can't find anything about it in the documentation.

like image 930
GriMel Avatar asked Jan 04 '17 23:01

GriMel


People also ask

How do I backup my DBeaver Database?

In DBeaver, right-click the database and click Tools > Backup.


1 Answers

I use Windows 7, so maybe it doesn't work the same way, but it is worth a try. First you have to install your local postgresql server. When this is done, it's quite simple, just make a rightclick on your PostgreSQL connection and then click on "Edit Connection". Here you can choose your local client.

I must say, I've search long enough for this on my own. Hope it helps.

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

Screenshot Server Connection:

Screenshot Server Connection

Screenshot Edit Settings:

Screenshot Edit Settings

like image 93
Sarf Avatar answered Oct 04 '22 19:10

Sarf