1.0 of user_relationships_migrate only migrates actual buddylist relationships. The module should probably also migrate pending requests. Do you agree?
1.0 of user_relationships_migrate only migrates actual buddylist relationships. The module should probably also migrate pending requests. Do you agree?
Comments
Comment #1
gwen commentedYes, I think this would definitely be a useful feature.
Comment #2
sprsquish commented+1
Comment #3
prfctns6@gmail.com commentedI've checked in code to allow the admin to optionally also migrate pending buddylist requests.
In the course of testing, I discovered that the checkpointing/restarting I had previously implemented didn't handle database failures well. So I pretty much completely refactored the checkpoint/restart code. It should be pretty bulletproof now. Also, it's now much easier to restart a migration that aborted due to DB failures.
Comment #4
gwen commented