Description of problem: Out of the box, Horde on Fedora (using Postgres) does not work. You get '500' errors when trying to perform many operations using the web interface and operations often do not take. This is indicative of the errors seen in the logs: SQL QUERY FAILED: SQLSTATE[42703]: Undefined column: 7 ERROR: column "increment_by" does not exist#012LINE 1: ... (SELECT COALESCE(MAX("history_modseq") + (SELECT increment_...#012 ^ #012#011SELECT setval('horde_histories_modseq_history_modseq_seq', (SELECT#012#011 COALESCE(MAX("history_modseq") + (SELECT increment_by FROM#012#011 horde_histories_modseq_hist ory_modseq_seq), (SELECT min_value FROM#012#011 horde_histories_modseq_history_modseq_seq)) FROM#012#011 "horde_histories_modseq"), false) [pid 356 on line 236 of "/usr/share/php/Horde/Db/Adapter/Pdo/Base.php"] In other words, badness. Version-Release number of selected component (if applicable): 2.4.0 (Fedora 29 and Fedora 30) Additional info: Upstream _finally_ merged two patches that resolve this issue: https://github.com/horde/Db/commit/8819f8708acac4684e58d70241e8442f1696347b https://github.com/horde/Db/commit/f50a0b03d2688b1b9dbd78b9aa64c594bcb93d79 (Note that these patches do not quite correspond to the pull request referenced...) Upstream has not yet generated a new release package, but due to the critical nature of these fixes, please re-spin the php-horde-Horde-Db packages on Fedora 29 and 30 with these patches.
Fedora 29 is EOL'd, but the badness still exists in the F30 and F31 packages. Any chance of getting these patches merged into Fedora while we wait for upstream to spit out a new release?
This message is a reminder that Fedora 31 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora 31 on 2020-11-24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '31'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 31 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
This is _still_ broken with F32 (and probably F33+ as well). In addition, With Postgresql >= 12, there is another critical bug in the DB code. Patch available in this upstream pull request: https://github.com/horde/Db/pull/4
FEDORA-2021-d8b8b19d58 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2021-d8b8b19d58
FEDORA-2021-bc02842a27 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-bc02842a27
FEDORA-2021-d8b8b19d58 has been pushed to the Fedora 32 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-d8b8b19d58` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-d8b8b19d58 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-bc02842a27 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-bc02842a27` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-bc02842a27 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-d8b8b19d58 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-bc02842a27 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.