hi folks ! I am using data hub , but I want to res...
# troubleshoot
m
hi folks ! I am using data hub , but I want to restore my datahub information . I followed the commands and steps to create backup.sql file. When I downloaded datahub on a new sytema and used the command to restore that sql backup file , I expected to get same information and restored databut I didnt any one has done it or can help me out ?
h
Are you not able to restore any data at all or only partial data ? Timeseries aspects(profile, usage, etc) are not part of backup. I would suggest following debug steps 1. Open and check if your backup.sql file has the relevant data (aspects) correctly. 2. If it is, check whether those aspects are correctly ingested in DataHub RDS(MySQL) i.e. datahub.metadata_aspect_v2 3. If it is, then this might be elasticsearch index issue, simply restoring indices should work.
m
thanks