
On 10/10/25 03:59, Mark Sapiro wrote:
Is there a possibility to export all members including real names. It doesn't work with Postorius, yet, is there another possibility? If I have my user data exported, I could delete everything and start from scratch. Maybe this is the most reasonable ...
You can install mailman following https://docs.mailman3.org/en/latest/ install/virtualenv.html and keep your existing database(s) which will include all lists and memberships.
I think I am still using a sqlite database. This is the database when I installed the packages. There is a hint that it should be replaced by mysql or postgres.
I only have very few lists, yet. The only thing I really don't want to loose is the addresses and names.
The current released versions of Postorius include only emails in the csv export. This is fixed for the next release by https://gitlab.com/ mailman/postorius/-/merge_requests/993
You can currently get a list of members with display names with the
mailman members
command. Seemailman members --help
.
This is working! That's great.
Thank you!
Flo