Akonadi: Difference between revisions

From KDE UserBase Wiki
(Changed the flow of the page to link to related pages more logically.)
m (Added detail: "At the time of writing" is August, 2011. See History pages. Made a link more conspicuous.)
(42 intermediate revisions by 13 users not shown)
Line 6: Line 6:
<!--T:2-->
<!--T:2-->
The '''Akonadi''' framework is responsible for providing applications with a centralized database to store, index and retrieve the user's personal information. This includes the user's emails, contacts, calendars, events, journals, alarms, notes, etc. In SC 4.4, [[Special:myLanguage/KAddressBook|KAddressBook]] became the first application to start using the '''Akonadi''' framework. In SC 4.7,  
The '''Akonadi''' framework is responsible for providing applications with a centralized database to store, index and retrieve the user's personal information. This includes the user's emails, contacts, calendars, events, journals, alarms, notes, etc. In SC 4.4, [[Special:myLanguage/KAddressBook|KAddressBook]] became the first application to start using the '''Akonadi''' framework. In SC 4.7,  
[[Special:myLanguage/KMail|KMail]], [[Special:myLanguage/KOrganizer|KOrganizer]], [[Special:myLanguage/KJots|KJots]], etc. were updated to use '''Akonadi''' as well. In addition, several '''Plasma''' widgets also use '''Akonadi''' to store and retrieve calendar events, notes, etc.
[[Special:myLanguage/KMail|KMail]], [[Special:myLanguage/KOrganizer|KOrganizer]], [[Special:myLanguage/KJots|KJots]], etc. were updated to use '''Akonadi''' as well. In addition, several [[Special:myLanguage/Plasma|Plasma]] widgets also use '''Akonadi''' to store and retrieve calendar events, notes, etc.


At the time of writing, the following applications are enabled to use the '''Akonadi''' framework to centrally store and access user data. Follow through to each application's page to learn more.
<!--T:12-->
At the time of writing (August, 2011), the following applications are enabled to use the '''Akonadi''' framework to centrally store and access user data. Follow through to each application's page to learn more.


</translate><span id="ApplicationTable"></span><translate>
</translate>
:{|
:{|
|colspan="2"|<h4>[[Special:myLanguage/KMail|KMail]]</h4>
{{AppItem|KMail|<translate>
|-
<!--T:37-->
|[[Image:KMail.png|48px|link=Special:myLanguage/KMail]]||Mail Client
View-pim-mail.png|
KMail</translate>}}<translate><!--T:38-->
Mail Client
Uses '''Akonadi''' to store emails
Uses '''Akonadi''' to store emails
</translate>
|-
|-
|colspan="2"|<h4>[[Special:myLanguage/KAddressBook|KAddressBook]]</h4>
{{AppItem|KAddressBook|<translate>
|-
<!--T:39-->
|[[Image:KAddressBook.png|48px|link=Special:myLanguage/KAddressBook]]||Contact Manager
View-pim-contacts.png|
KAddressBook</translate>}}<translate><!--T:40-->
Contact Manager
Uses '''Akonadi''' to store contact information
Uses '''Akonadi''' to store contact information
</translate>
|-
|-
|colspan="2"|<h4>[[Special:myLanguage/KOrganizer|KOrganizer]]</h4>
{{AppItem|KOrganizer|<translate>
|-
<!--T:41-->
|[[Image:KOrganizer.png|48px|link=Special:myLanguage/KOrganizer]]||Personal Organizer
View-pim-calendar.png|
KOrganizer</translate>}}<translate><!--T:42-->
Personal Organizer
Uses '''Akonadi''' to store calendars, events, journals, etc.
Uses '''Akonadi''' to store calendars, events, journals, etc.
</translate>
|-
|-
|colspan="2"|<h4>[[Special:myLanguage/KJots|KJots]]</h4>
{{AppItem|KJots|<translate>
<!--T:43-->
kjots.png|
KJots</translate>}}<translate><!--T:44-->
Note Taking Application
Uses '''Akonadi''' to store notes
</translate>
|-
|-
|[[Image:KJots.png|48px|link=Special:myLanguage/KJots]]||Note Taking Application
{{AppItem|KAlarm|<translate>
Uses '''Akonadi''' to store notes
<!--T:49-->
|}
kalarm.png|
KAlarm</translate>}}<translate>
<!--T:50-->
Personal alarm scheduler
Uses '''Akonadi''' to store alarms
</translate>
|}<translate>
 


In addition to this, plasma widgets like the Digital Clock widget, the Notes widget also use Akonadi to store and retrieve events and notes.
<!--T:14-->
In addition to this, plasma widgets like the '''Digital Clock''' widget, the '''Notes''' widget also use '''Akonadi''' to store and retrieve events and notes.


===Controlling the Akonadi server===
==Controlling the Akonadi server== <!--T:15-->


The Akonadi control module in System Settings provides an easy means to starting, stopping, restarting and querying the status of the Akonadi server. You may also accomplish this from the commandline using the command akonadictl.
<!--T:59-->
The '''Akonadi''' control module started by the context menu of the '''Akonadi''' tray icon provides an easy means to starting, stopping, restarting and querying the status of the '''Akonadi''' server. You may also accomplish this from the commandline using the command <code>akonadictl</code>. Using this method, you can get additional useful information on the console.


To start the Akonadi server,
<!--T:17-->
To start the '''Akonadi''' server,


<!--T:18-->
{{Input|1=akonadictl start}}
{{Input|1=akonadictl start}}


To stop the Akonadi server,
<!--T:19-->
To stop the '''Akonadi''' server,


<!--T:20-->
{{Input|1=akonadictl stop}}
{{Input|1=akonadictl stop}}


To restart a running Akonadi server,
<!--T:21-->
To restart a running '''Akonadi''' server,


<!--T:22-->
{{Input|1=akonadictl restart}}
{{Input|1=akonadictl restart}}


To query the status of the Akonadi server,
<!--T:23-->
To query the status of the '''Akonadi''' server,


<!--T:24-->
{{Input|1=akonadictl status}}
{{Input|1=akonadictl status}}


===Disabling the Akonadi subsystem===
===Disabling the Akonadi subsystem=== <!--T:56-->
 
<!--T:57-->
The '''Akonadi''' server is started by any '''Akonadi'''-enabled application. If you don't want Akonadi to be started after login, you have to ensure that no '''Akonadi'''-enabled application is launched at login or thereafter. Remember to check '''Plasma''' widgets as well — the '''Digital Clock''' widget in the default panel, for instance uses '''Akonadi''' to (optionally) display calendar events and this is enabled in its settings by default (see the "Display Events" option) .  You must remove any widgets that may start it from your start-up, if you wish Akonadi to start only when you start '''KMail''' or other applications.
 


{{Warning|1=Disabling the Akonadi subsystem causes all Akonadi-enabled applications to not have access to the user's data. This means you will not be able to use any of the above applications while Akonadi is turned off. If you understand this and still wish to disable the Akonadi subsystem, read on.}}
<!--T:26-->
{{Remember|1=If you don't want to have '''Akonadi''' running on your system at all, you can not use any of the '''Akonadi'''-enabled applications. Such applications will not work when '''Akonadi''' is disabled using the steps below. See the list of [[Special:myLanguage/Akonadi#ApplicationTable|Akonadi-enabled applications]]. Also note, that some '''Plasma''' widgets, such as the '''Digital Clock''' uses '''Akonadi'''.}}


<!--T:27-->
The '''Akonadi''' server is launched automatically at login whenever any '''Akonadi'''-enabled application requests access to it.


Shut down the Akonadi server from the control module or the command line:
<!--T:28-->
To disable the '''Akonadi''' subsystem, shut down the running Akonadi server from the control module or the command line:


<!--T:29-->
{{Input|1=akonadictl stop}}
{{Input|1=akonadictl stop}}


Now, to disable autostarting the Akonadi server during login, edit the file <tt>~/.config/akonadi/akonadiserverrc</tt> and change <tt>StartServer</tt> from true to false:
<!--T:58-->
To ensure that Akonadi is not started, check that no applications require it at login. In particular, open the Plasma clock applet preferences, go to <menuchoice>Calendar</menuchoice> and uncheck <menuchoice>Show events</menuchoice> to prevent Plasma from requesting information from Akonadi and thus allowing it to start.
 
==Frequently Asked Questions== <!--T:34-->


{{Output|1=StartServer=false}}
=== Where is my data now? === <!--T:45-->


The Akonadi server will no longer launch automatically.
<!--T:46-->
A full explanation of where the data is stored and Akonadi's interaction with it is available in [http://blogs.kde.org/node/4503 Andras Mantia's blog]


{{Note|1=The Akonadi server will still be started by any Akonadi-enabled application. Ensure that no akonadi-enabled application is launched or running. Remember to check Plasma widgets as well — the Digital Clock widget in the default panel, for instance uses Akonadi to optionally display Calendar events and this is enabled in its settings by default.}}
=== How to upgrade my PostgreSQL database? === <!--T:60-->


===Frequently Asked Questions===
<!--T:61-->
After updating your PostgreSQL server to a new major version, sometimes you will have to convert your Akonadi database for use with this new version. Instructions can be found on [[Special:myLanguage/Akonadi/Postgres_update|this page]].


Refer to [[Special:myLanguage/Akonadi_4.4/Troubleshooting|the Troubleshooting page]] for resolving glitches during migration. Akonadi's [[Special:myLanguage/Glossary#Akonadi|Glossary entry]] has a brief description of its purpose and other useful links. [[Special:myLanguage/Akonadi_and_AddressBook|This]] page explains how Akonadi and KAddressBook work together.
=== Migration problems === <!--T:47-->


If you are experiencing 100% CPU usage by the ''virtuoso-t'' process when using Akonadi and related applications, try this proposed workaround while it is being investigated: In KRunner's configuration page, disable the Nepomuk search plugin and the Contact plugin. Then, log out and back in. For further information and inputs, report back here or on the Forum or on the IRC channel #kontact.
<!--T:35-->
'''Akonadi's''' [[Special:myLanguage/Glossary#Akonadi|Glossary entry]] has a brief description of Akonadi's purpose, and other useful links. [[Special:myLanguage/Akonadi_and_AddressBook|This page]] explains how '''Akonadi''' and '''KAddressBook''' work together.


<!--T:9-->
<!--T:9-->
[[Category:System]]
[[Category:System]]
</translate>
</translate>

Revision as of 00:47, 5 August 2019

Introduction

The Akonadi framework is responsible for providing applications with a centralized database to store, index and retrieve the user's personal information. This includes the user's emails, contacts, calendars, events, journals, alarms, notes, etc. In SC 4.4, KAddressBook became the first application to start using the Akonadi framework. In SC 4.7, KMail, KOrganizer, KJots, etc. were updated to use Akonadi as well. In addition, several Plasma widgets also use Akonadi to store and retrieve calendar events, notes, etc.

At the time of writing (August, 2011), the following applications are enabled to use the Akonadi framework to centrally store and access user data. Follow through to each application's page to learn more.

KMail

Mail Client

Uses Akonadi to store emails

KAddressBook

Contact Manager

Uses Akonadi to store contact information

KOrganizer

Personal Organizer

Uses Akonadi to store calendars, events, journals, etc.

KJots

Note Taking Application

Uses Akonadi to store notes

KAlarm

Personal alarm scheduler

Uses Akonadi to store alarms

In addition to this, plasma widgets like the Digital Clock widget, the Notes widget also use Akonadi to store and retrieve events and notes.

Controlling the Akonadi server

The Akonadi control module started by the context menu of the Akonadi tray icon provides an easy means to starting, stopping, restarting and querying the status of the Akonadi server. You may also accomplish this from the commandline using the command akonadictl. Using this method, you can get additional useful information on the console.

To start the Akonadi server,

akonadictl start

To stop the Akonadi server,

akonadictl stop

To restart a running Akonadi server,

akonadictl restart

To query the status of the Akonadi server,

akonadictl status

Disabling the Akonadi subsystem

The Akonadi server is started by any Akonadi-enabled application. If you don't want Akonadi to be started after login, you have to ensure that no Akonadi-enabled application is launched at login or thereafter. Remember to check Plasma widgets as well — the Digital Clock widget in the default panel, for instance uses Akonadi to (optionally) display calendar events and this is enabled in its settings by default (see the "Display Events" option) . You must remove any widgets that may start it from your start-up, if you wish Akonadi to start only when you start KMail or other applications.


Remember

If you don't want to have Akonadi running on your system at all, you can not use any of the Akonadi-enabled applications. Such applications will not work when Akonadi is disabled using the steps below. See the list of Akonadi-enabled applications. Also note, that some Plasma widgets, such as the Digital Clock uses Akonadi.


The Akonadi server is launched automatically at login whenever any Akonadi-enabled application requests access to it.

To disable the Akonadi subsystem, shut down the running Akonadi server from the control module or the command line:

akonadictl stop

To ensure that Akonadi is not started, check that no applications require it at login. In particular, open the Plasma clock applet preferences, go to Calendar and uncheck Show events to prevent Plasma from requesting information from Akonadi and thus allowing it to start.

Frequently Asked Questions

Where is my data now?

A full explanation of where the data is stored and Akonadi's interaction with it is available in Andras Mantia's blog

How to upgrade my PostgreSQL database?

After updating your PostgreSQL server to a new major version, sometimes you will have to convert your Akonadi database for use with this new version. Instructions can be found on this page.

Migration problems

Akonadi's Glossary entry has a brief description of Akonadi's purpose, and other useful links. This page explains how Akonadi and KAddressBook work together.