Last modified: 2013-06-05 13:37:17 UTC
Create a partial SQL dump of the user table that includes: * ipb_id * ipb_address * ipb_user * ipb_by * ipb_by_text * ipb_reason * ipb_timestamp * ipb_auto * ipb_anon_only * ipb_create_account * ipb_enable_autoblock * ipb_expiry * ipb_range_start * ipb_range_end * ipb_block_email * ipb_allow_usertalk * ipb_parent_block_id This is every field in the ipblocks table except ipb_deleted.
Adding brion in hopes he can answer this: ipblocks is in the private table dump list; do you happen to remember why that is and whether it's still valid? i.e. if we did mysqldump --where 'ipb_deleted=0' ipblocks would that take care of the problem?