Akonadi/fr: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Created page with "=== Comment basculer de MySQL/PostgreSQL vers SQLite ? ===")
 
(14 intermediate revisions by 3 users not shown)
Line 3: Line 3:
==Introduction==
==Introduction==


L'infrastructure '''Akonadi''' est chargée de fournir aux applications une base de données centralisée pour stocker, indexer et retrouver les informations personnelles de l'utilisateur. Cela inclut ses courriers, contacts, calendriers, événements, journaux, alarmes, notes, etc. Dans SC 4.4, [[Special:myLanguage/KAddressBook|KAddressBook]] est devenue la première application à démarrer en utilisant l'infrastructure '''Akonadi'''. Dans SC 4.7,
Le framework '''Akonadi''' est chargé de fournir aux applications une base de données centralisée pour stocker, indexer et récupérer les informations personnelles de l'utilisateur. Cela inclut les e-mails, contacts, calendriers, événements, journaux, alarmes, notes, etc.
[[Special:myLanguage/KMail|KMail]], [[Special:myLanguage/KOrganizer|KOrganizer]], [[Special:myLanguage/KJots|KJots]], etc. ont été mis à jour pour utiliser également '''Akonadi'''. De plus, plusieurs composants graphiques '''Plasma''' utilisent aussi '''Akonadi''' pour stocker et retrouver des événements de calendrier, des notes, etc.


Au moment de l'écriture de ces lignes, les applications suivantes sont habilités à utiliser l'infrastructure '''Akonadi''' pour stocker et accéder aux données utilisateur  de manière centralisée. Allez sur la page de chaque application pour en savoir plus.
Actuellement, toutes les [https://kontact.kde.org/ applications KDE PIM], à l'exception de [[Special:myLanguage/Akregator|Akregator]] utilisent '''Akonadi''' pour accéder aux données PIM de l'utilisateur.
<span id="ApplicationTable"></span>
:{|
{{AppItem|KMail|View-pim-mail.png|
KMail}}Client de messagerie
Utilise '''Akonadi''' pour stocker les courriers électroniques
|-
{{AppItem|KAddressBook|View-pim-contacts.png|
KAddressBook}}Gestionnaire de contacts
Utilise '''Akonadi''' pour stocker les informations des contacts
|-
{{AppItem|KOrganizer|View-pim-calendar.png|
KOrganizer}}Organiseur personnel
Utilise '''Akonadi''' pour stocker des calendriers, des événements, des journaux, etc.
|-
{{AppItem|KJots|kjots.png|
KJots}}Application de prise de notes
Utilise '''Akonadi''' pour stocker les notes
|-
{{AppItem|KAlarm|kalarm.png|
KAlarm}}Programmateur d’alarme personnelle
Utilisez '''Akonadi''' pour gérer vos alarmes
|}


En plus de cela, les composants graphiques plasma comme le composant '''Horloge numérique''', le composant '''Notes''' utilisent également '''Akonadi''' pour stocker et récupérer des événements et des notes.
<span id="Controlling_Akonadi"></span>
<div class="mw-translate-fuzzy">
==Contrôler le serveur Akonadi==
</div>


==Contrôler le serveur Akonadi==
'''Akonadi''' démarrera automatiquement en arrière-plan au démarrage de toute application l'utilisant.


Le module de contrôle '''Akonadi''' démarré par le menu contextuel de l'icône '''Akonadi'''  fournit un moyen facile de démarrer, d'arrêter, de redémarrer et d'interroger l'état du serveur '''Akonadi''' . Vous pouvez aussi accomplir ceci à partir de la ligne de commande en utilisant la commande<code>akonadictl</code>. En utilisant cette méthode, vous pouvez obtenir des informations supplémentaires utiles sur la console.
Pour démarrer, arrêter ou redémarrer '''Akonadi''' manuellement, vous pouvez utiliser la commande <code>akonadictl</code> depuis la ligne de commande.
En utilisant cette méthode, vous pouvez obtenir des informations utiles supplémentaires sur la console.


Pour démarrer le serveur '''Akonadi''',
Pour démarrer le serveur '''Akonadi''',
Line 52: Line 33:
{{Input|1=akonadictl status}}
{{Input|1=akonadictl status}}


<span id="Disabling_the_Akonadi_subsystem"></span>
=== Désactiver le sous-système Akonadi ===  
=== Désactiver le sous-système Akonadi ===  


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.
<div class="mw-translate-fuzzy">
'''Akonadi'''
Le serveur '''Akonadi''' est lancé par toute application '''Akonadi''' activée. Si vous ne voulez pas démarrer Akonadi après la connexion, vous devez vous assurer qu'aucune application compatible Akonadi n'est lancée lors de la connexion ou par la suite. N'oubliez pas de cocher les widgets '''Plasma''' - le widget '''Digital Clock''' dans le panneau par défaut, par exemple utilise '''Akonadi''' pour afficher (facultativement) les événements du calendrier et cela est activé dans ses paramètres par défaut (voir l'option "Afficher les événements"). Vous devez supprimer tous les widgets qui peuvent démarrer à partir de votre start-up, si vous souhaitez qu'Akonadi ne démarre que lorsque vous lancez '''KMail''' ou d'autres applications.
</div>
 
<div class="mw-translate-fuzzy">
{{Remember|1=Si vous ne voulez absolument pas avoir '''Akonadi''' lancé sur votre système, vous ne pourrez pas utiliser les applications basées sur '''Akonadi'''. De telles applications ne se lanceront pas si '''Akonadi''' est désactivé en suivant les étapes ci-dessous. Voir la liste des [[Special:myLanguage/Akonadi#ApplicationTable|Applications basées sur Akonadi]].  Aussi, notez que certains composants graphiques '''Plasma''', tels que '''L'horloge numérique''' utilisent '''Akonadi'''.}}
</div>


<div class="mw-translate-fuzzy">
Pour être sûr que Akonadi ne soit pas démarré, vérifiez qu'aucune application n'en a besoin à la connexion. En particulier, ouvrez les préférences de l'applet Plasma de l'horloge, allez à  <menuchoice>Calendrier</menuchoice> et décochez <menuchoice>Afficher événements</menuchoice> pour empêcher Plasma de demander les informations à Akonadi et permettre ainsi de le démarrer.
</div>


{{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'''.}}
<span id="Some_Definitions"></span>
==Quelques définitions==


Le serveur '''Akonadi''' est lancé automatiquement à la connexion chaque fois qu'une application utilisant '''Akonadi''' y demande accès.
;Real data (Données réelles)
:Par « données réelles » nous entendons les données, comme les contacts ou les événements. Ces données sont stockées soit sur un serveur groupware, soit dans des fichiers locaux. L'endroit exact dépend de la ressource que vous utilisez. Par exemple. la ressource « Contacts personnels » stocke ses données sous « $XDG_DATA_HOME/contacts ».


Pour désactiver le sous-système '''Akonadi''', arrêtez le serveur où '''Akonadi''' s'exécute, depuis le module de contrôle ou la ligne de commande :
;Cached data
:The ''cached data'' are copies of the real data that are kept in the database for faster access and offline caching. The database also keeps the ''meta data'' which are management data needed by '''Akonadi''' to work correctly.


{{Input|1=akonadictl stop}}
;Configuration data
:The ''configuration data'' are the data that configure the '''Akonadi''' server and the individual resources. The general configuration data for the server can be found under ''$XDG_CONFIG_HOME/akonadi''. The configuration data for each indvidual resources are stored under ''$XDG_CONFIG_HOME/akonadi_xyz_resourcerc#'' ('''''xyz''''' is name of resource and '''''#''''' its instance number).
 
:The '''Akonadi''' server configuration is a couple of files in ''$XDG_CONFIG_HOME/akonadi''. It contains which data sources and helper programs are active and will be started and watched (so they can be restarted on crashes) by one of '''Akonadi's''' server processes '''(akonadi_control)'''.
 
:Each data source handler (called resources) or helper program (called agents) can have its own configuration although some agents or resources don't require configuration. The general rule is that for every entry in ''$XDG_CONFIG_HOME/akonadi/agentsrc'' there is a corresponding configuration file in ''$XDG_CONFIG_HOME''.  For example, if the ''[Instances]'' section in ''agentrc'' contains an entry for ''akonadi_ical_resource_2'', there is also a config file called ''akonadi_ical_resource_2rc'' in the ''$XDG_CONFIG_HOME directory''.
 
:Depending on the type of data, such config files for resources will have filenames or directory names of where the data is stored.  Common locations are KDE's legacy default files, e.g. ''$HOME/.kde/share/apps/korganizer/std.ics''.  New default locations are files and directories in ''$XDG_DATA_HOME'', e.g. ''$XDG_DATA_HOME/contacts''.
 
==Backup==
 
So now we need to decide what to back up.  If you want to backup the "real data", then it depends on the resources you have configured... if you use a groupware server, then the backup should be done there. For contacts, the files under ''$XDG_DATA_HOME/contacts'' will normally be what you need.
 
To back up the entire ''Akonadi'' configuration, including which resources are active and their configuration, you can use the '''pimdataexporter''' tool. This, however doesn't back up the Akonadi database containing the cached data and, unfortunately, after restoring the configuration (using the '''pimdataexporter'' again), Akonadi will have to re-fetch all data again into its cache. This can cause configuration that points to actual mail folders or calendars to get broken and accidentally point to another folder.


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.
'''After restoring configuration and syncing all data, it's vital to manually check all folder configuration, especially in KMail identities and make sure the folders are configured properly.'''


<span id="Frequently_Asked_Questions"></span>
==Foire aux questions==
==Foire aux questions==


<span id="Where_is_my_data_now?"></span>
=== Où sont mes données maintenant? ===
=== Où sont mes données maintenant? ===


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]
Your data are safely stored outside of '''Akonadi''' control on your disk (e.g. local maildir folder or iCal calendar), or on a remote server (in case of e.g. email over IMAP or events from a CalDAV calendar). '''Akonadi''' will optionally store a copy of this data in its database to allow applications to quickly retrieve and display them. Any modifications done to data in the '''Akonadi''' database will be synced to the actual storage. The main advantage of using the database as a cache is that remote PIM data are available even when you are offline, and you can still interact with them (e.g. mark emails as read or move them, create new events, reschedule existing meetings etc.) and all the changes will get synced automatically once you connect to the internet again.
 
Thus, deleting the '''Akonadi''' database will not cause any data to be lost (as long as all pending changes are synced).


<span id="How_to_upgrade_my_PostgreSQL_database?"></span>
=== Comment mettre à jour ma base de données PostgreSQL ? ===
Après avoir mis à jour votre serveur PostgreSQL avec une nouvelle version majeure, vous devrez quelques fois convertir votre base de données Akonadi pour l'utiliser avec la nouvelle version. Vous pourrez trouver les instructions correspondantes sur [[Special:myLanguage/Akonadi/Postgres_update|cette page]].
<span id="Migration_problems"></span>
=== Problèmes de migration ===
=== Problèmes de migration ===


<div class="mw-translate-fuzzy">
La [[Special:myLanguage/Glossary#Akonadi|page du glossaire]] '''d'Akonadi''' contient une brève description de son but ainsi que d'autres liens utiles. [[Special:myLanguage/Akonadi_and_AddressBook|Cette]] page explique comment '''Akonadi''' et '''KAddressBook''' fonctionnent ensemble.
La [[Special:myLanguage/Glossary#Akonadi|page du glossaire]] '''d'Akonadi''' contient une brève description de son but ainsi que d'autres liens utiles. [[Special:myLanguage/Akonadi_and_AddressBook|Cette]] page explique comment '''Akonadi''' et '''KAddressBook''' fonctionnent ensemble.
</div>
<span id="How_do_I_switch_from_MySQL/PostgreSQL_to_SQLite?"></span>
=== Comment basculer de MySQL/PostgreSQL vers SQLite ? ===
Currently, the only option is to delete all Akonadi configuration and data, configure '''Akonadi''' to use SQLite and then configure all the resources and agents from scratch. This also involves checking all application ('''KMail''', '''KOrganizer''', '''KAddressbook''', etc.) configuration, as all references to folders (like configuration of Trash or Sent folders, default calendar etc.) will most likely be wrong now.
To perform the migration, quit all PIM applications and stop '''Akonadi''' from command line:
{{Input|1=akonadictl stop}}
Then, delete all Akonadi-related configuration and data directories and files:
* Delete Akonadi configuration: <code>$XDG_CONFIG_HOME/akonadi</code>
* Delete Akonadi database: <code>$XDG_DATA_HOME/akonadi</code>
* Delete configuration of all Akonadi resources: <code>$XDG_CONFIG_HOME/akonadi*</code>
* Delete data of all Akonadi resources: <code>$XDG_DATA_HOME/akonadi*</code>
(<code>$XDG_CONFIG_HOME</code> defaults to <code>$HOME/.config</code> when not set, <code>$XDG_DATA_HOME</code> defaults to <code>$HOME/.local/share</code>.)
Now, create a new Akonadi Server configuration file called ''akonadiserverrc'' in ''$HOME/.config/akonadi/'' with the following contents:
<syntaxhighlight>
[%General]
Driver=QSQLITE
</syntaxhighlight>
This will instruct Akonadi to use SQLite instead of the default (usually MySQL). Finally, you can start Akonadi (via ''akonadictl'' or simply by starting some Akonadi-enabled application) and update configuration of your PIM application.
This guide can also be used to switch to MySQL or PostgreSQL databases. To switch to MySQL put <code>Driver=QMYSQL</code> into ''akonadiserverrc''. In order to use PostgreSQL, put <code>Driver=QPSQL</code> in there.


[[Category:Système/fr]]
[[Category:Système/fr]]

Latest revision as of 09:29, 29 February 2024

Introduction

Le framework Akonadi est chargé de fournir aux applications une base de données centralisée pour stocker, indexer et récupérer les informations personnelles de l'utilisateur. Cela inclut les e-mails, contacts, calendriers, événements, journaux, alarmes, notes, etc.

Actuellement, toutes les applications KDE PIM, à l'exception de Akregator utilisent Akonadi pour accéder aux données PIM de l'utilisateur.

Contrôler le serveur Akonadi

Akonadi démarrera automatiquement en arrière-plan au démarrage de toute application l'utilisant.

Pour démarrer, arrêter ou redémarrer Akonadi manuellement, vous pouvez utiliser la commande akonadictl depuis la ligne de commande. En utilisant cette méthode, vous pouvez obtenir des informations utiles supplémentaires sur la console.

Pour démarrer le serveur Akonadi,

akonadictl start

Pour arrêter le serveur Akonadi,

akonadictl stop

Pour redémarrer un serveur Akonadi en cours,

akonadictl restart

Pour interroger l'état du serveur Akonadi,

akonadictl status

Désactiver le sous-système Akonadi

Akonadi Le serveur Akonadi est lancé par toute application Akonadi activée. Si vous ne voulez pas démarrer Akonadi après la connexion, vous devez vous assurer qu'aucune application compatible Akonadi n'est lancée lors de la connexion ou par la suite. N'oubliez pas de cocher les widgets Plasma - le widget Digital Clock dans le panneau par défaut, par exemple utilise Akonadi pour afficher (facultativement) les événements du calendrier et cela est activé dans ses paramètres par défaut (voir l'option "Afficher les événements"). Vous devez supprimer tous les widgets qui peuvent démarrer à partir de votre start-up, si vous souhaitez qu'Akonadi ne démarre que lorsque vous lancez KMail ou d'autres applications.

Remember

Si vous ne voulez absolument pas avoir Akonadi lancé sur votre système, vous ne pourrez pas utiliser les applications basées sur Akonadi. De telles applications ne se lanceront pas si Akonadi est désactivé en suivant les étapes ci-dessous. Voir la liste des Applications basées sur Akonadi. Aussi, notez que certains composants graphiques Plasma, tels que L'horloge numérique utilisent Akonadi.

Pour être sûr que Akonadi ne soit pas démarré, vérifiez qu'aucune application n'en a besoin à la connexion. En particulier, ouvrez les préférences de l'applet Plasma de l'horloge, allez à Calendrier et décochez Afficher événements pour empêcher Plasma de demander les informations à Akonadi et permettre ainsi de le démarrer.

Quelques définitions

Real data (Données réelles)
Par « données réelles » nous entendons les données, comme les contacts ou les événements. Ces données sont stockées soit sur un serveur groupware, soit dans des fichiers locaux. L'endroit exact dépend de la ressource que vous utilisez. Par exemple. la ressource « Contacts personnels » stocke ses données sous « $XDG_DATA_HOME/contacts ».
Cached data
The cached data are copies of the real data that are kept in the database for faster access and offline caching. The database also keeps the meta data which are management data needed by Akonadi to work correctly.
Configuration data
The configuration data are the data that configure the Akonadi server and the individual resources. The general configuration data for the server can be found under $XDG_CONFIG_HOME/akonadi. The configuration data for each indvidual resources are stored under $XDG_CONFIG_HOME/akonadi_xyz_resourcerc# (xyz is name of resource and # its instance number).
The Akonadi server configuration is a couple of files in $XDG_CONFIG_HOME/akonadi. It contains which data sources and helper programs are active and will be started and watched (so they can be restarted on crashes) by one of Akonadi's server processes (akonadi_control).
Each data source handler (called resources) or helper program (called agents) can have its own configuration although some agents or resources don't require configuration. The general rule is that for every entry in $XDG_CONFIG_HOME/akonadi/agentsrc there is a corresponding configuration file in $XDG_CONFIG_HOME. For example, if the [Instances] section in agentrc contains an entry for akonadi_ical_resource_2, there is also a config file called akonadi_ical_resource_2rc in the $XDG_CONFIG_HOME directory.
Depending on the type of data, such config files for resources will have filenames or directory names of where the data is stored. Common locations are KDE's legacy default files, e.g. $HOME/.kde/share/apps/korganizer/std.ics. New default locations are files and directories in $XDG_DATA_HOME, e.g. $XDG_DATA_HOME/contacts.

Backup

So now we need to decide what to back up. If you want to backup the "real data", then it depends on the resources you have configured... if you use a groupware server, then the backup should be done there. For contacts, the files under $XDG_DATA_HOME/contacts will normally be what you need.

To back up the entire Akonadi configuration, including which resources are active and their configuration, you can use the pimdataexporter' tool. This, however doesn't back up the Akonadi database containing the cached data and, unfortunately, after restoring the configuration (using the pimdataexporter again), Akonadi will have to re-fetch all data again into its cache. This can cause configuration that points to actual mail folders or calendars to get broken and accidentally point to another folder.

After restoring configuration and syncing all data, it's vital to manually check all folder configuration, especially in KMail identities and make sure the folders are configured properly.

Foire aux questions

Où sont mes données maintenant?

Your data are safely stored outside of Akonadi control on your disk (e.g. local maildir folder or iCal calendar), or on a remote server (in case of e.g. email over IMAP or events from a CalDAV calendar). Akonadi will optionally store a copy of this data in its database to allow applications to quickly retrieve and display them. Any modifications done to data in the Akonadi database will be synced to the actual storage. The main advantage of using the database as a cache is that remote PIM data are available even when you are offline, and you can still interact with them (e.g. mark emails as read or move them, create new events, reschedule existing meetings etc.) and all the changes will get synced automatically once you connect to the internet again.

Thus, deleting the Akonadi database will not cause any data to be lost (as long as all pending changes are synced).

Comment mettre à jour ma base de données PostgreSQL ?

Après avoir mis à jour votre serveur PostgreSQL avec une nouvelle version majeure, vous devrez quelques fois convertir votre base de données Akonadi pour l'utiliser avec la nouvelle version. Vous pourrez trouver les instructions correspondantes sur cette page.

Problèmes de migration

La page du glossaire d'Akonadi contient une brève description de son but ainsi que d'autres liens utiles. Cette page explique comment Akonadi et KAddressBook fonctionnent ensemble.

Comment basculer de MySQL/PostgreSQL vers SQLite ?

Currently, the only option is to delete all Akonadi configuration and data, configure Akonadi to use SQLite and then configure all the resources and agents from scratch. This also involves checking all application (KMail, KOrganizer, KAddressbook, etc.) configuration, as all references to folders (like configuration of Trash or Sent folders, default calendar etc.) will most likely be wrong now.

To perform the migration, quit all PIM applications and stop Akonadi from command line:

akonadictl stop

Then, delete all Akonadi-related configuration and data directories and files:

  • Delete Akonadi configuration: $XDG_CONFIG_HOME/akonadi
  • Delete Akonadi database: $XDG_DATA_HOME/akonadi
  • Delete configuration of all Akonadi resources: $XDG_CONFIG_HOME/akonadi*
  • Delete data of all Akonadi resources: $XDG_DATA_HOME/akonadi*

($XDG_CONFIG_HOME defaults to $HOME/.config when not set, $XDG_DATA_HOME defaults to $HOME/.local/share.)

Now, create a new Akonadi Server configuration file called akonadiserverrc in $HOME/.config/akonadi/ with the following contents:

[%General]
Driver=QSQLITE

This will instruct Akonadi to use SQLite instead of the default (usually MySQL). Finally, you can start Akonadi (via akonadictl or simply by starting some Akonadi-enabled application) and update configuration of your PIM application.

This guide can also be used to switch to MySQL or PostgreSQL databases. To switch to MySQL put Driver=QMYSQL into akonadiserverrc. In order to use PostgreSQL, put Driver=QPSQL in there.