I've been running an instance using neo4j as graph...
# all-things-deployment
b
I've been running an instance using neo4j as graph backend. Is it possible to switch over to a pure ES and MySQL only instance without losing the data within?
p
Yes, I believe it is. Haven't tried it yet, but it looks like it's possible to recreate the graph database and search indices from MySQL at any time: https://datahubproject.io/docs/how/restore-indices/
b
i was thinking of the article too, but was wondering the sequence of events needed, because somewhere in the process i also need to change the env values for gms at the same time to use ES as the graph. I didnt use helm, but rather created my own deployments for datahub, so i need to see how to implement this cronjob🤔
i
It would be a manual process but you should be able to. I can try to find out more information on this job if you need!