Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not connect, driver is missing? #383

Open
pcace opened this issue Mar 6, 2023 · 6 comments
Open

could not connect, driver is missing? #383

pcace opened this issue Mar 6, 2023 · 6 comments

Comments

@pcace
Copy link

pcace commented Mar 6, 2023

Hi there,
i cannot connect to any postgresql servers with sequeler, because of this error message:
Bildschirmfoto vom 2023-03-06 14-09-10

it means something like:

was not able to open connection, 
triver "postgreSQL" is not installed

i am running ubuntu 22.04 and installed postgresql via:
sudo apt install postgresql postgresql-contrib

what am i missing? or is this a bug?

Cheers and thanks!

@laama1
Copy link

laama1 commented Apr 3, 2023

I have the same issue, right after installing Sequeler in Ubuntu22.

No provider 'PostgreSQL' installed

@laama1
Copy link

laama1 commented Apr 3, 2023

When using ubuntu, you could install providers using:
apt install --install-suggests sequeler
or install these:

libgda-5.0-bin libgda-5.0-mysql libgda-5.0-postgres

@macidev
Copy link

macidev commented Aug 2, 2023

Hey,
same issue here with Fedora 38 and libgda installed.
Is there any chance for debugging this? What can I provide?

@ilkka
Copy link

ilkka commented Sep 15, 2023

When using ubuntu, you could install providers using: apt install --install-suggests sequeler

Looks like sequeler in 23.04 does not suggest any packages.

@qustavo
Copy link

qustavo commented Feb 22, 2024

@pcace fixe by installing libgda5-postgres. See #378 (comment)

@musicinmybrain
Copy link

This was just reported downstream in Fedora. In Fedora 37, libgda was updated from 5.x to 6.x, and a new libgda5 compat package was introduced. The build dependency, of the form pkgconfig(libgda-5.0), still finds the correct library (see: #376), but the weak dependencies on the supported backends have been broken in Fedora 37 and later since they now install GDA 6.x providers instead of GDA 5.x providers. I have issued updates for all releases to correct this:

The Rawhide update will appear in the next successful compose; the others will be in updates-testing for about a week before appearing in the stable updates repositories. If Fedora users have any further issues with backends/providers, please feel free to comment in https://bugzilla.redhat.com/show_bug.cgi?id=2295154.

In general, please feel free to file downstream issues at https://bugzilla.redhat.com/ for anything you suspect could be Fedora-specific. These are helpful because I don’t closely monitor the issues on this GitHub project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants