| Summary: | Akonadi-upgrade to postgres 17 fails | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Axel Braun <axel.braun> |
| Component: | server | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | carl, winter |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Axel Braun
2025-08-05 13:48:32 UTC
same issue on upgrade to pg18 note that --enable-checksums is now default setting of initdb, so if you want to see your mails you need to use --no-enable-checksums PS: enabling checksums on the postgres18 cluster after conversion works at least Axel, (not that I know anything about Postgres) do you have any thoughts on what needs to be done in akonadi itself? looking in the source code, I see references to the program `pg_upgrade` but no hits for "--check" I'm guessing you need us to change the command line invocation of `pg_upgrade` but I don't know what exactly. Hello Allen, (In reply to Allen Winter from comment #3) > (not that I know anything about Postgres) > do you have any thoughts on what needs to be done in akonadi itself? Actually, I'm not a postgres expert either, just finding my way around.. > looking in the source code, I see references to the program `pg_upgrade` but > no hits for "--check" > I'm guessing you need us to change the command line invocation of > `pg_upgrade` but I don't know what exactly. I'm not even sure that akonadi can do something on that. Except maybe adding a hint regarding the checksums to the wiki (User Pat1 added the checksums already in Nov 2023 ). (In that context, just noticed that my bugs.k.o user does not work in the wiki, but thats a different action) ok, once we have the wiki updated we can resolve this bug. |