Hi Jens,
On 14.03.19 20:06, Jens Bretschneider wrote:
we want to replace our Mailman 2.1.15 installation and have installed Mailman 3 with Docker (maxking/docker-mailman).
Everything seems to be fine so far, but the import of the old mailing lists fails. There are two different exceptions:
MySQLdb._exceptions.OperationalError: (1366, "Incorrect string value: '\\xE2\\\x80\x8D0\xE2\\x80...' for column
mailmandb
.hyperkitty_email
.content
at row 1")
I had similar errors, I guess it is caused by wrong charset of mysql. I changed it from latin1 to utf8 and this error disappeared.
as well as
MySQLdb._exceptions.OperationalError: (1048, "Column 'description' cannot be null")
I've never seen this, maybe just change the column to allow NULL values.
Kind regards
- m4tze