Re: [Mailman-Users] Mailman MySQL backend migration question

2011-07-07 Thread kphamilton
I used the bin/export before I added the extend.py to any of the lists and it retrieved all of the necessary information. Mark Sapiro-3 wrote: kphamilton wrote: I have actually accomplished this! Woohoo! I did upgrade as you said to MysqlMemberships.py. I accomplished the rest

[Mailman-Users] Mailman MySQL backend migration question

2011-07-06 Thread kphamilton
Hello, I am attempting to migrate from using Mailman's flat file to store information about members towards a MySQL database backend instead. I have successfully configured it so that when I add a new member or change a member, it changes appropriately with the database table. The problem is

Re: [Mailman-Users] Mailman MySQL backend migration question

2011-07-06 Thread kphamilton
I have actually accomplished this! Woohoo! I did upgrade as you said to MysqlMemberships.py. I accomplished the rest in a different manner than you suggested, so I will share if others attempt this. I used export in the /bin folder to export all list data in xml format. I then wrote a python