Re: Considering to switch away from KDEPIM/Akonadi
Anders Lund <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <2873320.D8dfH1AFhP@elias> |
Just switched to postgresql on my archlinux box. Procedure: install postgresql and postgresql-old-upgrade stop akonadi move .local/share/akonadi away edit .config/akonadi/akonadiserverrc setting the driver to QPSQL start akonadi I lost my filters, and oddly, the sent forlder for this mail is unset. But everything works basically :-) Anders søndag den 7. april 2019 20.05.55 CET skrev Dominique Dumont: > On Sunday, 7 April 2019 00:07:51 CEST Matthias Müller wrote: > > I've read a lot of switching from MySQL to MariDB or PostgreSQL or vica > > versa or … > > > > But: How to do that? > > On my Debian I did: > > - apt install akonadi-backend-postgresql postgresql > - in kontact, export all filters to a file > - delete filters > - stop kontact > - akonadictl stop > - rm -r .local/share/akonadi/* > - mkdir .local/share/akonadi/db_data > - edit .config/akonadi/akonadiserverrc to set Driver=QPSQL in %General > section - akonadictl start > - then open kontact (or kmail). > - then the mails are downloaded from servers > - import the filters that were imported previously > > There's no need to redo the account configuration. But folder properties > (like expiration) are lost. > > Hope this helps