Import data to Neo4j Kubernetes Cluster Import data to Neo4j Kubernetes Cluster kubernetes kubernetes

Import data to Neo4j Kubernetes Cluster


The documented way to transfer a neo4j DB is to use:

  • The neo4j-admin dump command on the originating machine to create a dump file.
  • The neo4j-admin load command on the destination machine to fill a fresh DB from that dump file.

Refer to the documentation for more details.