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

2023-05-17 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=467148

--- Comment #3 from Axel Braun  ---
(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

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

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

2023-04-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=467148

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||c...@carlschwan.eu

--- Comment #2 from Carl Schwan  ---
See https://userbase.kde.org/Akonadi/Postgres_update for how to do a postgres
update

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

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

2023-04-02 Thread Hans-Peter Jansen
https://bugs.kde.org/show_bug.cgi?id=467148

Hans-Peter Jansen  changed:

   What|Removed |Added

 CC||h...@urpla.net

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