#1141 info needed from RHT mailman instance
Closed: Fixed None Opened 15 years ago by jstanley.

from /var/lib/mailman/archives/private, do a du -sh fedora-* so that I can get an idea of how large each list is.

For the subscriber counts, something like this worked for me on collab1 (being in /var/lib/mailman/lists):

for list in ls -1 ; do echo -n "$list: " ; /usr/lib/mailman/bin/list_members $list | wc -l ; done

As we migrate each list, I'll need the subscriber list from them (both regular and digested) in order to import into the new mailman instance. What's the best way to go about getting this?


Attaching both files GPG-ed, because I've seen it contains some private mailing list names.

For the migration, is it possible to just rsync it with the configuration database to the new server?

since this is all migrated to fedora i thinkwe can close this ticket

Login to comment on this ticket.

Metadata