could not connect, driver is missing?
Opened this issue · 6 comments
Hi there,
i cannot connect to any postgresql servers with sequeler, because of this error message:
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!
I have the same issue, right after installing Sequeler in Ubuntu22.
No provider 'PostgreSQL' installed
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
Hey,
same issue here with Fedora 38 and libgda installed.
Is there any chance for debugging this? What can I provide?
When using ubuntu, you could install providers using:
apt install --install-suggests sequeler
Looks like sequeler in 23.04 does not suggest any packages.
@pcace fixe by installing libgda5-postgres. See #378 (comment)
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:
- Fedora Rawhide: FEDORA-2024-4de2c0451e
- Fedora 40: FEDORA-2024-f9ecdc0278
- Fedora 39: FEDORA-2024-cd3498f8aa
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.