https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33353 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA --- Comment #18 from Nick Clemens <nick@bywatersolutions.com> --- I am removing my block here - while I suspect we are going to have some difficulty with upgrades I would rather see us move forward than be stuck. I believe you can use es directly to update and remove types and avoid reindex: curl -X POST http://es:9200/_reindex -H 'Content-Type: application/json' -d '{"source":{"index": "koha_kohadev_biblios","type": "data"},"dest":{"index": "koha_kohadev_biblio_s"}}' that reindexes ES internally to remove the types - it does require renaming the index so would need some sort of alias or something, but it would be nice if, on another report, we could provide a tool for this update -- You are receiving this mail because: You are watching all bug changes.