Error: Unknown column acquia_dam_managed_image_alt

Created on 14 August 2025, about 2 months ago

Problem/Motivation

Today I attempted to sync images from my Acquia Dam and my dev instance and received MANY errors such as:

[error]  SQLSTATE[42S22]: Column not found: 1054 Unknown column 'acquia_dam_managed_image_alt' in 'INSERT INTO': INSERT INTO "media__acquia_dam_managed_image" ("entity_id", "revision_id", "bundle", "delta", "langcode", "acquia_dam_managed_image_target_id", "acquia_dam_managed_image_alt", "acquia_dam_managed_image_title", "acquia_dam_managed_image_width", "acquia_dam_managed_image_height") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9);

I checked the table media__acquia_dam_managed_image and indeed it does not have this column. It only has these additional properties:

  • acquia_dam_managed_image_target_id
  • acquia_dam_managed_image_display
  • acquia_dam_managed_image_description

I searched through the install hooks and maybe you could make an argument that establishing this property is the responsibility of acquia_dam_update_9005. Running this update hook manually did not fix my issue.

Does anybody know what's going on here?

πŸ› Bug report
Status

Active

Version

1.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States cosmicdreams Minneapolis/St. Paul

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024