https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43231 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Happy to attempt a sign off, but I have no idea how to do steps 1 and 2. I tried the following, but this doesn't work to generate the error: 1. Start up KTD with Elasticsearch: ktd --search-engine es9 up 2. Access the KTD shell: ktd --shell 3. Check out Koha 25.11: - git checkout 25.11.x 4. Change Elasticsearch mapping for local-number: - Edit admin/searchengine/elasticsearch/mappings.yaml - Change the two entries for local-number (note: integer is not used as a type anywhere else in the file): . type: number to type: integer 5. Reset everything so the database structure is changed to 25.11.x: reset_all 6. Simulate an upgrade: - updatedatabase OR - sudo koha-upgrade-schema kohadev -- You are receiving this mail because: You are watching all bug changes.