Skip to main content
  1. Posts/

Update UUID in a Drupal Configuration

·34 words·1 min·
Drupal Drupal 10 Drupal 9 Drupal 8 Drush Configuration

Update a UUID:

drush config-set "config.name" uuid "a2afbb3b-d34f-42fd-bf0c-593a103aa6f4"

Also how to generate an new UUID:

drush php-eval "echo \Drupal::service('uuid')->generate();"

Notes:

  • Remember to back up your database first!
  • Check your config:
    • drush config-get "config.name" uuid
Michael Michalak
Author
Michael Michalak
Experienced Drupal consultant and Fractional CTO with over 13 years of expertise in backend development, optimization, and securing Drupal applications, specializing in custom module development, migrations, and enterprise integrations across various industries.