"Fields pending deletion" stopping module unistall - how to delete manually?

PHOTO EMBED

Wed Jun 30 2021 11:37:19 GMT+0000 (Coordinated Universal Time)

Saved by @brunomgmateus

// Try first:

drush php-eval 'field_purge_batch(10000);'


// If not usable, try this instead
select * from key_value where name = "field.field.deleted" or name = "field.storage.deleted"
content_copyCOPY

https://drupal.stackexchange.com/questions/244275/fields-pending-deletion-stopping-module-unistall-how-to-delete-manually