Hi, team. We have deployed Datahub with ES as its ...
# all-things-deployment
l
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
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.
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
@fast-oyster-93603 Thanks a lot for the instructions.