'How to configurate the home client in dbeaver for Postgresql

I'm am tryng to import a database, however i'm getting this message :

Client home is not specified for connection

I guess that i have to configurate the cliente, however i dont't know how to fill these form, i've already tried, putting in the forms: /etc/postgresql/13/main, but does not work.

image of dbeaver



Solution 1:[1]

There's a pretty lengthy discussion about this topic here: https://github.com/dbeaver/dbeaver/issues/988

I couldn't manage to do it, because my dbeaver didnt have the right to get into /usr/bin and I couldn't open it in sudo from the terminal. I gave up and used psql instead.

Solution 2:[2]

Actually the issue was the snap version of DBeaver. You can't access directories outside your snap home folder(in this case Dbeaver Snap home folder). So I reverted back to APT version of DBeaver using this link (for debain based version) and it worked like a charm.

So you just remove your snap version of DBeaver and install the official package from their website for your OS and you should be able to load the client without any issue.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2