Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
Drupal 9 requires Drush 10 but the gdpr_dump module is holding quite a few functions which got removed from Drush 10.
Comment | File | Size | Author |
---|---|---|---|
#8 | gdpr-3155980-8.patch | 1.63 KB | vishalkhode |
Comments
Comment #2
leymannxAttaching a patch as first attempt. But I didn't got it working. When dumping a file it's empty. And when trying to sanitize it gives me an
Call to a member function log() on null in Drupal\gdpr_dump\Sql\GdprSqlMysql->dump()
error.Comment #3
mhavelant CreditAttribution: mhavelant at Brainsum for Tieto commentedI went through the code and fixed the command not working, fixed deprecations, did some cleanup, too.
See commit 38cba49.
Comment #4
mhavelant CreditAttribution: mhavelant at Brainsum for Tieto commentedNote, I tested it with the latest version of both Drush 9 and 10 and seems to be working as expected.
Comment #5
mhavelant CreditAttribution: mhavelant at Brainsum for Tieto commentedAlso due to https://github.com/drush-ops/drush/pull/4129 I'm deprecating these classes so they can be removed later.
Comment #6
alexdmccabeComment #7
alexdmccabeThe patch doesn't apply so it needs to be rebased, but is this issue even still an issue?
Comment #8
vishalkhode CreditAttribution: vishalkhode as a volunteer and at Acquia commentedI've verified. Most of the changes from #2 patch is already being added. While there was some changes missing. which I've added it.
Also, I was getting below error when running command: `drush gdpr:sanitize` which also I've fixed it.
Comment #9
vishalkhode CreditAttribution: vishalkhode as a volunteer and at Acquia commentedMoving this to review.
Comment #11
alexdmccabeThanks everyone!