Hi everyone, I have migrated a MySQL DB and I did ...
# troubleshoot
d
Hi everyone, I have migrated a MySQL DB and I did reindex on k8s local. But I have this error in the picture. Do you know how to fix it?
b
hey there! are these logs coming from GMS then? do you have any logs from elasticsearch around this situation? it seems like something is off with the re-index where elasticsearch is having issues
d
@bulky-soccer-26729 The logs from GMS and Elasticsearch is normal, not have any issue. But the re-index is the one that failed. Here are the GMS log, Elasticsearch log, and re-index log.
b
hmm so it seems like the restore indices job is trying to fetch data that no longer exists in your database. did you delete data before running this job?
d
@bulky-soccer-26729 I didn't delete anything, I just reinstalled the Datahub and migrate all data from old Datahub. Here are the step that I did it • Firstly, I installed the same version of Datahub on k8s locally. • Secondly, I migrated MySQL database from old Datahub to my new local Datahub • Thirdly, I used re-index job on k8s Did I missed or skip anything for it to work properly?