https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39107 --- Comment #5 from Saiful Amin <saiful@semanticconsulting.com> --- Using `DB_IMAGE=mysql:8.4 ktd up`, the Koha installation only proceeds after enforcing uniqueness on `authorised_values.authorised_value` in `kohastructure.sql`: - KEY `auth_value_idx` (`authorised_value`), + UNIQUE KEY `auth_value_idx` (`authorised_value`), Once the unique index is added, the installer stops because the mandatory seed data contains duplicates. I counted 27 duplicate authorised_value entries, mostly coming from ERM, in: installer/data/mysql/en/mandatory/auth_values.yml Those ERM authorised values need to be reviewed and deduplicated. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.