Drupal 11: Get List Of Previously Executed Post Update Hooks
20th June 2025
Use the following command to get a list of all previously executed hook_post_update_NAME() hooks.
drush php:eval 'print_r(\Drupal::keyValue("post_update")->get("existing_updates"));'
Add new comment