
Oct. 9, 2025
9:53 p.m.
On 2025-10-09 23:39:11 +0200 (+0200), Flo via Mailman-users wrote: [...]
Is there a possibility to export all members including real names. It doesn't work with Postorius, yet, is there another possibility? [...]
It's all stored in a relational database, which you should be able to extract with a tool like mysqldump and then later source that same dump into a new empty database.
You can find some information on database setup in the documentation here: https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/databa... Some familiarity with backing up, restoring and manipulating databases is a big help for these sorts of tasks, otherwise it may have a fairly steep learning curve.
-- Jeremy Stanley