Hi Janos, Am 23.04.2014 12:07, schrieb Janos SUTO: > > unfortunately 0.1.24 "features" a bug in processing sql queries. Please > upgrade to the master branch > (https://bitbucket.org/jsuto/piler/get/master.tar.gz), > and it will solve the problem. > > Be sure to check out http://www.mailpiler.org/en/upgrade.html
I tried the upgrade and now pilerexport works. Thanks! For your information, I had to solve the following issues with the sql-upgrade-script: > alter table retention_rule drop index `entry`; failed with "no such element: entry". I just skipped it and continued with the creation of that index. > alter table google change column id id char(32) not null primary key; failed with something like "only one primary key allowed". I executed > alter table google change column id id char (32) not null; instead which worked and kept id as primary key. I don't know why those statements caused issues with my installation (different mysql-version? broken database scheme (http://pastebin.com/KPkYhCpm)?). But I think my workarounds were okay and everything seems to work now. Thanks again! Michael
