- Issue created by @jdcrain
- πΊπΈUnited States bluegeek9
Thank you for reporting this bug. I will have a patch for it soon.
- πΊπΈUnited States bluegeek9
Hi Joe,
Sorry to hear there are issues with the upgrade. In 8.x-1.4 we stopped storing mapped user roles on the 'authorization_drupal_roles_roles' role, and started storing them in user_data.
Which version of Drupal Core are you using?
I think the error is caused when the 'authorization_drupal_roles_roles' field is removed from the user entity. It looks like the deleted field table already exists: field_deleted_data_21874036cb
Can you look in the database and confirm both tables exist; field_deleted_data_21874036cb and user__authorization_drupal_roles_roles
If both exist, delete user__authorization_drupal_roles_roles and try running the update again. - πΊπΈUnited States bluegeek9
The only way I can think that the table, field_deleted_data_21874036cb, already exists is if you restored the database without dropping the existing table.
Automatically closed - issue fixed for 2 weeks with no activity.