Import Mailman 2.1.15 => Mailman 3 fails
Hi,
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")
as well as
MySQLdb._exceptions.OperationalError: (1048, "Column 'description' cannot be null")
The complete log can be found here: https://www.dropbox.com/s/htd4eia1cg1kyi7/mailman3_import_log.txt?dl=0
Any idea what's going wrong here?
Kind regards, Jens
On Thu, Mar 14, 2019, at 12:08 PM, Jens Bretschneider wrote:
Hi,
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")as well as
MySQLdb._exceptions.OperationalError: (1048, "Column 'description' cannot be null")
Seems to be related to this issue1 in Hyperkitty.
The container images probably haven't caught up with the released version. Can you open a ticket on Github to pull in the latest version of HK?
The complete log can be found here: https://www.dropbox.com/s/htd4eia1cg1kyi7/mailman3_import_log.txt?dl=0
Any idea what's going wrong here?
Kind regards, Jens
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
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
Hi,
@Abhilash Raj: thanks, I've opened https://github.com/maxking/docker-mailman/issues/315
@M4tze: thanks, we'll try that.
Kind regards, Jens
Am Fr., 15. März 2019 um 00:15 Uhr schrieb M4tze <m4tze@gmx.net>:
Hi Jens,
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
On 14.03.19 20:06, Jens Bretschneider wrote: 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
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
participants (3)
-
Abhilash Raj
-
Jens Bretschneider
-
M4tze