On 9/15/21 11:30 AM, Jens Günther wrote:
For importing the archives, it's the mailman-web container. For me it was like:
python manage.py hyperkitty_import -l listxy@somedomain.org /opt/mailman-web-data/listxy.mbox
Before I connected into container as the user mailman!
Also, you want to add the listxy.mbox at /opt/mailman/web/listxy.mbox on your host for the above command to work.
Hope this helps.
Am 15.09.21 um 19:36 schrieb bob B:
I know you can't run mailman commands in the docker images and I have to copy the data to an area where he docker images can access it, but in looking that the commands I got the list settings to import
docker exec -it mailman-core mailman import21 [REDACTED]@REDACTED].REDACTED].org /opt/mailman/migration/config.pck *** this worked
But having issues importing the archives? do i run this on mailman-core OR mailman-web? I tried both but it does not like python?
docker exec -it mailman-core python manage.py hyperkitty_import -l [REDACTED]@REDACTED].REDACTED].org /opt/mailman/migration/[REDACTED].mbox OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "python": executable file not found in $PATH: unknown
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/
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)