Bug 1249719

Summary: (RFE) quassel: Enable postgresql support
Product: [Fedora] Fedora Reporter: Daniel Vrátil <dvratil>
Component: quasselAssignee: Christian Dersch <lupinix.fedora>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: admiller, chrobert, rdieter, rosser.bjr, rstoyanov1, smparrish, s
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-12-16 15:22:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Vrátil 2015-08-03 15:55:29 UTC
Description of problem:
In addition to SQLite, Quassel also supports PostgreSQL [0]. While SQLite might work for normal users, a deployment with multiple users with many active channels quickly outgrows SQLite, and it's poor performance on large databases causes timeouts during login - that's when PostgreSQL supports comes in handy :-)



[0] http://bugs.quassel-irc.org/projects/1/wiki/PostgreSQL

Comment 1 Adam Miller 2015-08-03 16:30:14 UTC
It is enabled, you just have to install postgresql. There was a debate in the past about having it be a hard requirement or not and the decision was to not have the package require every database backend that quassel supports and leave them optional.

Comment 2 Adam Miller 2015-08-03 16:31:26 UTC
I think you also need qt-postgresql.

Comment 4 Fedora Admin XMLRPC Client 2016-01-25 17:09:11 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 5 Ben Rosser 2016-03-14 17:58:52 UTC
Now that RPM supports weak dependencies, maybe we could use a weak dep to recommend or suggest the installation of the postgresql library?

Comment 6 Radostin Stoyanov 2018-12-16 15:22:05 UTC
I can confirm that support for PostgreSQL is enabled (on Fedora 29) but requires the package qt5-qtbase-postgresql to be installed.