Siduction Forum

Siduction Forum => Software - Support => Topic started by: jaegermeister on 2012/08/26, 22:36:45

Title: Is sqlite for akonadi an automatic update?
Post by: jaegermeister on 2012/08/26, 22:36:45
Hi there,

on a machine whose sid version installed is older than the latest siduction reloaded, is the change mentioned in release notes:

Quote
"Another change comes from our decision to change the default setup of akonadi from mysql to sqlite, as we feel, that the full set of mysql is not mandatory for the job."

automatically inherited from du, or is there something to be manually tweaked?

THX
Title: Is sqlite for akonadi an automatic update?
Post by: Bequimão on 2012/08/27, 02:53:55
Hi,

SQLite was already part of last aptosid releases. I don't know when the switch was made. Please check:

root@siductionbox:/home/bequimao# dpkg -l | grep sqlite
ii  akonadi-backend-sqlite                                  1.7.2-1                            amd64        SQLite storage backend for Akonadi
ii  libqt4-sql-sqlite:amd64                                 4:4.8.2+dfsg-1                     amd64        Qt 4 SQLite 3 database driver
ii  libsqlite3-0:amd64                                      3.7.13-1                           amd64        SQLite 3 shared library
root@siductionbox:/home/bequimao#
root@siductionbox:/home/bequimao# cat /etc/xdg/akonadi/akonadiserverrc
[%General]
Driver=QSQLITE3

[Debug]
Tracer=null
root@siductionbox:/home/bequimao#
root@siductionbox:/home/bequimao# ls -l /etc/xdg/akonadi
insgesamt 4
-rw-r--r-- 1 root root 48 Jun 17 20:48 akonadiserverrc


see Bug #755 (http://chili.siduction.org/issues/755)

Best wishes,
Bequimão
Title: RE: Is sqlite for akonadi an automatic update?
Post by: jaegermeister on 2012/09/20, 23:47:54
Thanks for the explanation!