Some older (canceled/deleted) donations in our database are marked as scrubbed but still contain data.
- for the broken entries:
- Scrub old entries that have is_scrubbed=1 as a false flag manually
- we scrubbed manually all entries that were marked as is_scrubbed=1 and already exported --> we will try running this https://github.com/wmde/fundraising-backend/pull/1229 with 1000 items per batch (-> successful ✅ )
- we still need to scrub the ones that are falsely set to is_scrubbed=1 but got never exported (-> those are status X, D, P, ...)
- Investigate if tghere is any donor data in the data blobs of scrubbed entries:
- child ticket: https://phabricator.wikimedia.org/T418399
- Scrub old entries that have is_scrubbed=1 as a false flag manually
- for non-broken entries:
- implement scrubbing deleted donations and abandoned donations (outside of grace period) in DatabaseDonationAnonymizer.php: https://github.com/wmde/fundraising-donations/pull/346
- deploy changes to test https://github.com/wmde/fundraising-backend/pull/1238
- deploy changes to production https://github.com/wmde/fundraising-backend/pull/1238
- implement scrubbing deleted donations and abandoned donations (outside of grace period) in DatabaseDonationAnonymizer.php: https://github.com/wmde/fundraising-donations/pull/346