1
Copy data from a database to another one on the same server
closed
Xavier Pilas
Would that be possible to do a match query on one database and the merge on another database to be able to transfer data easily?
MATCH (n:DB1.Node) where n.year = 2015 MERGE (n:DB2.NewNode {name: n.name})
Aman Singh
closed
John Kennedy
Hello @xXavier Pilas, it's great to hear from you!
Within Aura, you can clone data from one Aura instance to another, and that takes care of this exact requirement.
What I believe you are asking about, and please correct me, is the scenario where you have a self-hosted Neo4j instance (not Aura) and have multiple database within a single instance, and you want to copy the data from one, to another.
Have I interpreted your requirement correctly?
John