tkalfaoglu
Silver Pleskian
Today I am migrating an Onyx server to another new Onyx Server.
The main holdup is the listmng processing. Mailman lists with thousands of members are being added to the new server one by one.
# ps ax|grep listmng
33004 ? S 0:00 /usr/local/psa/admin/bin/listmng add-member bla_bla bla.info john@gmail.com
two seconds later, same list, another user.
No wonder the migration has been going on for 8 hours now!
This needs to be done in bulk -- not one user at a time. This might be alright for small mailman installations but I have many lists with TENS OF THOUSANDS users.
The main holdup is the listmng processing. Mailman lists with thousands of members are being added to the new server one by one.
# ps ax|grep listmng
33004 ? S 0:00 /usr/local/psa/admin/bin/listmng add-member bla_bla bla.info john@gmail.com
two seconds later, same list, another user.
No wonder the migration has been going on for 8 hours now!
This needs to be done in bulk -- not one user at a time. This might be alright for small mailman installations but I have many lists with TENS OF THOUSANDS users.