Hi, team. We have deployed Datahub with ES as its graph database backend. I'm wondering if there is guidance to migrate from ES to Neo4j without losing any data. Thanks in advance.
i
incalculable-ocean-74010
09/23/2022, 10:43 AM
Hello Larry,
You can run the restore indicies job (https://datahubproject.io/docs/how/restore-indices) once you change the underlying graph database. This will imply downtime and search-related capabilities will not work correctly until the job has run succesfully.
incalculable-ocean-74010
09/23/2022, 10:45 AM
The restore indices job reads the aspect information in the relational DB and sends corresponding MAE messages to DataHub’s processor which in turns updates the graph DB.
l
lemon-cat-72045
09/26/2022, 2:02 AM
@fast-oyster-93603 Thanks a lot for the instructions.