Mark Sapiro posted a very useful set of instructions about moving
mailman lists around. The message is at:
http://www.mail-archive.com/mailman-users at python.org/msg39615.html
Here's the important part:
"... Moving lists from one installation to another is generally fairly simple. A rough outline is
1) move the lists/listname/config.pck file.
2a) move the archives/private/listname/ directory
2b) move the archives/private/listname.mbox/listname.mbox file
3) run fix_url on the list (bin/withlist -l -r fix_url listname)
4) If desired because of absolute URLs on some archive pages or other
reasons, rebuild archives with bin/arch --wipe listname
If you are going to do step 4), you can skip step 2a)"
I hope this helps.
Regards,
Ricardo
Patrick Bogen wrote:
On 7/5/06, james edwards wrote:
I am moving our mailman server to a new box. On the old box I was running
mailman-2.1.5.32.FC3 and on the new box mailman-2.1.5.1-34rhel4.3.
What dirs and files do I need to copy over from the old to the new box
to make mailman work ?
FAQ 3.4 <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.004.htp>I am moving our mailman server to a new box. On the old box I was running
mailman-2.1.5.32.FC3 and on the new box mailman-2.1.5.1-34rhel4.3.
What dirs and files do I need to copy over from the old to the new box
to make mailman work ?
should be helpful in this matter. If you have any questions or issues
after reading that, feel free to ask.