Summary: | akonadi 4.13 beta 1 postgresql crash when starting | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Bruno Friedmann <bruno> |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | dvratil, risimi |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/akonadi/85df6620848ed4d1222fb068b3aad1a3dcc2b1d3 | Version Fixed In: | 1.12.0 |
Sentry Crash Report: |
Description
Bruno Friedmann
2014-03-10 20:32:27 UTC
From what version of Akonadi are you updating? Same here, after update from akonadi-server-1.11.0 to 1.11.80. NightSky, what is version of your PostgreSQL database server? If you can connect to the server without Akonadi running, can you please check what's in akonadi.schema_version table? Thanks. (In reply to comment #3) PostgreSQL version is 9.3.3, contens of the "schemaversiontable" are: version --------- 24 (1 row) Creating a new database resolved the problem (at least for me). "schemaversiontable" in the new database is: version --------- 26 (1 row) Thanks for pointig to the right direction. NightSky, thanks for the info. Purging Akonadi database is rarely the right direction, fixing Akonadi is usually the right one :-D Just one question that was not clear to me from your comments: do you also use external PostgreSQL server, or an internal one (started by Akonadi)? I'm using the external PostgreSQL server. Git commit 85df6620848ed4d1222fb068b3aad1a3dcc2b1d3 by Dan Vrátil. Committed on 12/03/2014 at 13:49. Pushed by dvratil into branch '1.12'. Fix PostgreSQL query in database update 25 The columns are already TEXT and not bytea, so we can't use encode() on them. This was probably written before we migrated our string columns in PostgreSQL to TEXT. The conversion from bytea to TEXT happens in update 24, so before this one. FIXED-IN: 1.12.0 M +1 -1 server/src/storage/dbupdater.cpp http://commits.kde.org/akonadi/85df6620848ed4d1222fb068b3aad1a3dcc2b1d3 |