Re: Error upgrading from 0.1.23 to master branch - mysql

2013-09-26 Thread Janos SUTO
Hello Christian, On 2013-09-26 20:22, Christian A. Pradelli wrote: I have te same error when upgrading from 1.23 to 1.24: "ERROR 1071 (42000) at line 11: Specified key was too long; max key length is 3072 bytes" The problem is in the line: create unique index `entry` on retention_rule (`dom

Re: Error upgrading from 0.1.23 to master branch - mysql

2013-09-26 Thread Christian A. Pradelli
Hello, I have te same error when upgrading from 1.23 to 1.24: "ERROR 1071 (42000) at line 11: Specified key was too long; max key length is 3072 bytes" The problem is in the line: create unique index `entry` on retention_rule (`domain`,`from`,`to`,`subject`,`_size`,`size`,`attachment_type`,`_

Re: Error upgrading from 0.1.23 to master branch - mysql

2013-08-07 Thread Janos SUTO
On 2013-08-07 14:31, NetCetera Lists wrote: I decided to give the master branch a try. The configure and make went as expected but I ran into an error on the sql script. BTW, upgrade page mysql -u piler -p piler < util/db-upgrade-0.23-vs-0.24.sql should be mysql -u piler -p piler < util/db

Error upgrading from 0.1.23 to master branch - mysql

2013-08-07 Thread NetCetera Lists
I decided to give the master branch a try. The configure and make went as expected but I ran into an error on the sql script. BTW, upgrade page mysql -u piler -p piler < util/db-upgrade-0.23-vs-0.24.sql should be mysql -u piler -p piler < util/db-upgrade-0.1.23-vs-0.1.24.sql I ran the script