[kaddressbook] [Bug 467148] ALTER DATABASE akonadi REFRESH COLLATION VERSION

Hans-Peter Jansen bugzilla_noreply at kde.org
Sun Apr 2 08:48:57 BST 2023


https://bugs.kde.org/show_bug.cgi?id=467148

Hans-Peter Jansen <hpj at urpla.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hpj at urpla.net

--- Comment #1 from Hans-Peter Jansen <hpj at urpla.net> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list