Hello Michael,

On 2014-04-24 09:42, Michael Volz wrote:

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.

removed it

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.

fixed it

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.

it's possible that I misintroduced them. Anyway I'm glad that it's ok for you.

Janos

Reply via email to