On 2014-02-20 15:06, mourik jan heupink wrote:

Latest master works a lot better, but still no actual import..:
processing folder: Templates... found 18 messages
cannot open: 8226-imap-1.txt
processing folder: Sent Items/2004... found 0 messages
processing folder: Sent Items/2005... found 2045 messages
cannot open: 8226-imap-2.txt
processing folder: Sent Items/2006... found 1906 messages
cannot open: 8226-imap-3.txt
processing folder: Sent Items/2007... found 5791 messages
cannot open: 8226-imap-4.txt

make sure to "cd /tmp" before running it.


In var/log/syslog I see:
Feb 20 15:05:09 piler pilerimport[8310]: : mysql_stmt_prepare()
error: Unknown column 'attachment_name' in 'field list' => sql: SELECT
`domain`, `from`, `to`, `subject`, `_size`, `size`, `attachment_name`,
`attachment_type`, `_attachment_size`, `attachment_size`, `spam`,
`days` FROM `archiving_rule`
Feb 20 15:05:09 piler pilerimport[8310]: : mysql_stmt_prepare()
error: Unknown column 'attachment_name' in 'field list' => sql: SELECT
`domain`, `from`, `to`, `subject`, `_size`, `size`, `attachment_name`,
`attachment_type`, `_attachment_size`, `attachment_size`, `spam`,
`days` FROM `retention_rule`

Do I need to recreate the mysql database for new fields or so?

Perhaps the configure script emitted too much information, and you
didn't notice the warning that if it's an upgrade, then read the
upgrade docs ;-)

From 0.1.24 -> 0.1.25 it's just to execute util/db-upgrade-0.1.24-vs-0.1.25.sql
to update the sql schema.

Janos

Reply via email to