- πΊπΈUnited States scottsawyer Atlanta
I just ran into this on a site that another developer installed this patch, which I removed as part of an upgrade. What I did to resolve it was set the registry installed version to 8202 and reran the database update.
drush ev "\Drupal::service('update.update_hook_registry')->setInstalledVersion('name', 8202);" drush updb -y
Then the configs were installed, no more errors.
- πΊπΈUnited States bluegeek9
I think the problem is caused by the name.generate.examples being added after you installed the name module. This project only recently made a stable release, 8.x-1.0.
The update 8203, adds the name examples.
I am not sure why the update references 8.x-2.3, and the current version is 8.x-1.0.
I think name_update_8203 could be renamed to name_update_8101.