| Summary: | ALTER DATABASE akonadi REFRESH COLLATION VERSION | ||
|---|---|---|---|
| Product: | [Applications] kaddressbook | Reporter: | Axel Braun <axel.braun> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | carl, hpj, tokoe |
| Priority: | NOR | ||
| Version First Reported In: | 5.22.3 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Axel Braun
2023-03-10 11:44:48 UTC
Hi Axel, can confirm this issue for akonadi with postgres here! This fixed it for me: $ export $(grep Host $HOME/.config/akonadi/akonadiserverrc) $ psql -h $Host akonadi akonadi=# ALTER DATABASE akonadi REFRESH COLLATION VERSION; HINWEIS: Version wird von 2.36 in 2.37 geändert ALTER DATABASE akonadi=# \q See https://userbase.kde.org/Akonadi/Postgres_update for how to do a postgres update (In reply to Carl Schwan from comment #2) > See https://userbase.kde.org/Akonadi/Postgres_update for how to do a > postgres update That is clearly not the solution, but #comment1 fixed it |