Re: [Koha] Migrating data from Zebra to Elasticsearch Koha server

2021-05-13 Thread Zeno Tajoli
Hi Tasha and all, I suggest you no migrate with mysqldump and use entire koha database. Zebra and Elasticsearch search indexes are completely outside data in mysql. In any case you need to rebuild indexes from scratch. Use Elasticsearch default setup. Bye Zeno Tajoli Il 13/05/2021 21:25,

[Koha] Migrating data from Zebra to Elasticsearch Koha server

2021-05-13 Thread Bales (US), Tasha R
Good afternoon, I am working on implementing Koha and need to migrate to a different server. My current server is set up for Zebra, but the new server is set up for Elasticsearch. I was planning on copying the entire koha database using mysqldump and loading it to the new server. Now I'm